Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
ACA_AH_Idnr | int | NUMBER(38,0) | int | int | false | Reference to AH |
ACA_Name | varchar (32) | VARCHAR2 (32 CHAR) | varchar(32) | varchar (32) | false | Name of Custom Attribute |
ACA_Value | varchar (200) | VARCHAR2 (200 CHAR) | varchar(200) | varchar (200) | false | Value of Custom Attribute |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_ACA | ACA_AH_Idnr, ACA_Name, ACA_Value | true | true | true | false |
Name | Local References | Foreign References |
---|---|---|
FK_ACA_AH | ACA_AH_Idnr | AH_Idnr |
Return to the Index File