Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
OYD_OH_Idnr | int | NUMBER(38,0) | int | int | false | ID of the sync object. |
OYD_Status | varchar (30) | VARCHAR2 (30 CHAR) | varchar(30) | varchar (30) | false | Definition of the sync state. |
OYD_Text | varchar (80) | VARCHAR2 (80 CHAR) | varchar(80) | varchar (80) | true | Description of the sync state. |
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