| Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
|---|---|---|---|---|---|---|
| OPSA_OH_Idnr | int | NUMBER(38,0) | int | int | false | ID of the prompt set. |
| OPSA_XUI | varchar(max) | CLOB | clob(20480 k) COMPACT | text | false | UI description of the prompt set attributes (e.g. caption, dimension) |
| Name | Fields | Primary | Unique | Clustered | Nonclustered |
|---|---|---|---|---|---|
| PK_OPSA | OPSA_OH_Idnr | true | true | true | false |
| Name | Local References | Foreign References |
|---|---|---|
| FK_OPSA_OH | OPSA_OH_Idnr | OH_Idnr |
Return to the Index File