Variable ColumnInfo.table
The table that this column belongs to.
Declaration
struct ColumnInfo
{
// ...
string table;
// ...
}
The table that this column belongs to.
struct ColumnInfo
{
// ...
string table;
// ...
}