UNV_TABLE
Name | Null ? | Type | Values |
TABLE_ID | NOT NULL | int10 | Foreign key to unv_table. |
UNIVERSE_ID | NOT NULL | int10 | Foreign key to unv_universe |
TAB_NAME | NOT NULL | char(110) | Name of the table. |
TAB_PROP | char(35) | ||
TAB_SCROLL | int10 | ||
TAB_LEFT | NOT NULL | int10 | Position in Universe Structure window. |
TAB_TOP | NOT NULL | int10 | Position in Universe Structure window. |
TAB_RIGHT | NOT NULL | int10 | Position in Universe Structure window. |
TAB_BOTTOM | NOT NULL | int10 | Position in Universe Structure window. |
TAB_WEIGHT | int10 | ||
ALIAS_TABLE | int10 | -1 if it is not an alias. Otherwise Table_id of the actual table. |