UNV_CLASS
Name | Null ? | Type | Values |
CLASS_ID | NOT NULL | int10 | A sequence number starts at 1, increments from the max of the value in the table. |
UNIVERSE_ID | NOT NULL | int10 | Foreign Key to unv_universe. |
CLS_NAME | NOT NULL | char(35) | Name of the class. |
CLS_BASECLASSID | NOT NULL | int10 | 0 if no subclass, else the class_id of the parent class. Unlimited subclassing. |
CLS_HIDDEN | NOT NULL | char(2) | |
CLS_POSITION | NOT NULL | int10 | Order to show the class in within the cls_baseclassid. 0 is the topmost position. |