Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
ITL_Idnr | int | NUMBER(38,0) | int | int | false | Identifier for ITL |
ITL_TType | varchar (8) | VARCHAR2 (8 CHAR) | varchar(8) | varchar (8) | true | Task Type |
ITL_TIdnr | int | NUMBER(38,0) | int | int | true | depending on Task Type (e.g. OH_Idnr) |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_ITL | ITL_Idnr | true | true | true | false |
Name | Local References | Foreign References |
---|
Return to the Index File