Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
ORSYS_OH_Idnr | int | NUMBER(38,0) | int | int | false | Primary Key |
ORSYS_Name | varchar (32) | VARCHAR2 (32 CHAR) | varchar(32) | varchar (32) | true | Technical name of the remote system. e.g. UC4T |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_ORSYS | ORSYS_OH_Idnr | true | true | true | false |
Name | Local References | Foreign References |
---|---|---|
FK_ORSYS_OH | ORSYS_OH_Idnr | OH_Idnr |
Return to the Index File