UNV_CONTEXT
Name | Null ? | Type | Values |
CONTEXT_ID | NOT NULL | int10 | Unique key to unv_context. A sequence number. |
UNIVERSE_ID | NOT NULL | int10 | Foreign key to unv_universe |
CTX_NAME | NOT NULL | char(35) | Name of the context. |
CTX_POSITION | NOT NULL | int10 | Order context shows up in the Universe Structure window. Number starts at 0. |