Name | Type MSSql | Type Oracle | Type DB2 | Nullable | Description |
---|---|---|---|---|---|
OYD_OH_Idnr | int | NUMBER(38,0) | int | false | reference to the object header (OH) |
OYD_Status | varchar (30) | VARCHAR2 (30 CHAR) | varchar(30) | false | sync state (definition) |
OYD_Text | varchar (80) | VARCHAR2 (80 CHAR) | varchar(80) | true | description |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_OYD | OYD_OH_Idnr, OYD_Status | true | true | true | false |
Name | Local References | Foreign References |
---|---|---|
FK_OYD_OH | OYD_OH_Idnr | OH_Idnr |
Return to the Index File