ODM2 [ODM2_DBWrench_Schema.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
ExtensionProperties | Describes extension properties added to objects in an ODM database |
Columns | |||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
| PropertyID | Integer |
| Unique identifier | |||
PropertyName | VarChar(255) | Text name of the extension property | |||||
PropertyDescription | VarChar(5000) |
| Text description of the extension property | ||||
PropertyDataTypeCV | VarChar(255) | CV term specifying the data type of the property value |
|
||||
PropertyUnitsID | Integer |
| Foreign key identifier for the units of the property value |
|
Indexes (none) |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_ExtensionProperties_CV_PropertyDataType | ODM2CV.CV_PropertyDataType | ODM2ExtensionProperties.ExtensionProperties | Name | PropertyDataTypeCV |
fk_ExtensionProperties_Units | ODM2Core.Units | ODM2ExtensionProperties.ExtensionProperties | UnitsID | PropertyUnitsID |
Used in Diagrams |
Diagram Name |
ODM2ExtensionProperties |