Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
OPU_OH_Idnr | int | NUMBER(38,0) | int | int | false | ID of the object. |
OPU_Lnr | smallint | NUMBER(38,0) | smallint | smallint | false | Sequenced number for the prompt sets. |
OPU_Name | varchar (200) | VARCHAR2 (200 CHAR) | varchar(200) | varchar (200) | true | Name of the prompt set. |
OPU_Order | smallint | NUMBER(38,0) | smallint | smallint | true | Display order in the UI. |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_OPU | OPU_OH_Idnr, OPU_Lnr | true | true | true | false |
Name | Local References | Foreign References |
---|---|---|
FK_OPU_OH | OPU_OH_Idnr | OH_Idnr |
Return to the Index File