| Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
|---|---|---|---|---|---|---|
| OVT_OH_Idnr | int | NUMBER(38,0) | int | int | false | ID of the BACKEND variable object. |
| OVT_Lnr | int | NUMBER(38,0) | int | int | false | Sequenced number for the tabs. |
| OVT_Name | varchar (200) | VARCHAR2 (200 CHAR) | varchar(200) | varchar (200) | true | Name of the tab. |
| OVT_HostAttrType | varchar (8) | VARCHAR2 (8 CHAR) | varchar(8) | varchar (8) | true | Platform within the tab. |
| OVT_Subtype | varchar (200) | VARCHAR2 (200 CHAR) | varchar(200) | varchar (200) | true | for future RA panel identification |
| Name | Fields | Primary | Unique | Clustered | Nonclustered |
|---|---|---|---|---|---|
| PK_OVT | OVT_OH_Idnr, OVT_Lnr | true | true | true | false |
| Name | Local References | Foreign References |
|---|---|---|
| FK_OVT_OH | OVT_OH_Idnr | OH_Idnr |
Return to the Index File