| DbWrench Documentation: nrtb |
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
| ObjectData | (Table) |
| Columns | |||||||
| PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
|
| uid | BigInt |
| Object unique identifier | |||
| ObjectType_uid | BigInt | key to the object type table |
|
||||
| creation_event | BigInt | QuantaEvent which created this object |
|
||||
| destruct_event | BigInt | QuantaEvent of object termination. |
|
||||
| name | VarChar(25) | Text name of object | |||||
| Indexes | ||||
| Name | Table | Columns | Unique | Clustered |
| ObjectData_creation_event_Idx | ObjectData | creation_event | ||
| ObjectData_destruct_event_Idx | ObjectData | destruct_event | ||
| ObjectData_ObjectType_uid_Idx | ObjectData | ObjectType_uid | ||
| Foreign Keys | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_ObjectData_ObjectType | ObjectType | ObjectData | uid | ObjectType_uid |
| fk_ObjectData_QuantaEvents_creat | QuantaEvents | ObjectData | uid | creation_event |
| fk_ObjectData_QuantaEvents_dest | QuantaEvents | ObjectData | uid | destruct_event |
| Parent Relations | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_ObjectRelations_ObjectData_child | ObjectData | ObjectRelations | uid | child |
| fk_ObjectRelations_ObjectData_parent | ObjectData | ObjectRelations | uid | parent |
| Triggers (none) |
| Used in Diagrams |
| Diagram Name |
| diagramA |