This table contains promotion element values.
Column Descriptions:
| Name | Type | Description |
| PX_ELEMENTNVP_ID | BIGINT NOT NULL | Primary key of the table. |
| PX_ELEMENT_ID | BIGINT NOT NULL | Foreign key to the PX_ELEMENT table. |
| NAME | VARCHAR (254) NOT NULL | Name of the name-value pair (NVP). |
| VALUE | VARCHAR (254) NOT NULL | Value of the name-value pair (NVP). |
| 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> | PX_ELEMENTNVP_ID | Primary Key |
| I0001197 | PX_ELEMENT_ID+NAME+VALUE | Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_3547 | PX_ELEMENT_ID | PX_ELEMENT | PX_ELEMENT_ID | Cascade |