Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
OCA_OH_Idnr | int | NUMBER(38,0) | int | int | false | ID of the object. |
OCA_Name | varchar (32) | VARCHAR2 (32 CHAR) | varchar(32) | varchar (32) | false | Name of the custom attribute. |
OCA_Value | varchar (200) | VARCHAR2 (200 CHAR) | varchar(200) | varchar (200) | false | Value of the custom attribute. |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_OCA | OCA_OH_Idnr, OCA_Name, OCA_Value | true | true | true | false |
Name | Local References | Foreign References |
---|---|---|
FK_OCA_OH | OCA_OH_Idnr | OH_Idnr |
Return to the Index File