Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
CODE_OH_Idnr | int | NUMBER(38,0) | int | int | false | ID of the code table object. |
CODE_Content | varbinary(512) | RAW(512) | varchar(512) for bit data | bytea | true | Content of the code table. |
CODE_Attr | varchar(256) | VARCHAR2 (256 CHAR) | varchar(256) | varchar(256) | true | Attributes of the code table. (currently unused) |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_CODE | CODE_OH_Idnr | true | true | true | false |
Name | Local References | Foreign References |
---|---|---|
FK_CODE_OH | CODE_OH_Idnr | OH_Idnr |
Return to the Index File