Table used to store the attribute dictionaries
configured for the site. Each attribute dictionary is owned by a
store, but can be used by children stores through store
relationships. There can be only one attribute dictionary owned by
any given store.
Column Descriptions:
Name | Type | Description |
ATTRDICT_ID | BIGINT NOT NULL | The internal reference number of the attribute
dictionary. |
STOREENT_ID | INTEGER | The reference number of the StoreEntity. |
FIELD1 | INTEGER | Customizable field. |
FIELD2 | INTEGER | Customizable field. |
FIELD3 | VARCHAR (254) | Customizable field. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | ATTRDICT_ID | Primary Key |
I0001133 | STOREENT_ID | Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_3504 | STOREENT_ID | STOREENT | STOREENT_ID | Cascade |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_3506 | ATTRDICT_ID | ATTRDICTGRP | ATTRDICT_ID | Cascade |
F_3552 | ATTRDICT_ID | ATTR | ATTRDICT_ID | Cascade |