Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
ECA_AH_Idnr | int | NUMBER(38,0) | int | int | false | Reference to EH |
ECA_Name | varchar (32) | VARCHAR2 (32 CHAR) | varchar(32) | varchar (32) | false | Name of Custom Attribute |
ECA_Value | varchar (200) | VARCHAR2 (200 CHAR) | varchar(200) | varchar (200) | false | Value of Custom Attribute |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_ECA | ECA_AH_Idnr, ECA_Name, ECA_Value | true | true | true | false |
Name | Local References | Foreign References |
---|
Return to the Index File