ODMX [ODMX_DBWrench_Schema.xml]
Describes extension properties added to objects in an ODM database
PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
| PropertyID | Integer |
| nextval('"ODMXExtensionProperties"."ExtensionProperties_PropertyID_seq"'::regclass) | Unique identifier | ||
PropertyName | VarChar() | Text name of the extension property | |||||
PropertyDescription | VarChar() |
| Text description of the extension property | ||||
PropertyDataTypeCV | VarChar() | CV term specifying the data type of the property value |
|
||||
PropertyUnitsID | Integer |
| Foreign key identifier for the units of the property value |
(none)
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_ExtensionProperties_CV_PropertyDataType | ODMXCV.CV_PropertyDataType | ODMXExtensionProperties.ExtensionProperties | Term | PropertyDataTypeCV |
(none)
Diagram Name |
ODMXExtensionProperties |