ODM2 [ODM2_DBWrench_Schema.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
Units | Describes units of measure for varibles and time |
Columns | |||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
| UnitsID | Integer |
| Primary key identifier | |||
UnitsTypeCV | VarChar(255) | CV term that defines the unit type |
|
||||
UnitsAbbreviation | VarChar(50) | Text abbreviation for the unit | |||||
UnitsName | VarChar(255) | Text name for the unit | |||||
UnitsLink | VarChar(255) |
| A link to the system from which the Unit was retreived or a URI for the definition of the Unit within that system. |
Indexes (none) |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_Units_CV_UnitsType | ODM2CV.CV_UnitsType | ODM2Core.Units | Name | UnitsTypeCV |
Used in Diagrams |
Diagram Name |
ODM2Core |
ODM2Simulation |