This table keeps the history for all operations on
releases in Payment Rules.
Column Descriptions:
| Name | Type | Description |
| EDPPAYHIST_ID | BIGINT NOT NULL | Payment Activity Record unique identifier
(generated) |
| ORDER_ID | BIGINT NOT NULL | the order identifier |
| RELEASE_ID | BIGINT NOT NULL | Release unique identifier |
| STORE_ID | INTEGER NOT NULL | the store identifier |
| 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. |
| FIELD1 | INTEGER | Customizable. |
| FIELD2 | VARCHAR (254) | Customizable. |
| FIELD3 | VARCHAR (254) | Customizable. |
Indexes:
| Name | Column Names | Type |
| <SYSTEM-GENERATED> | EDPPAYHIST_ID+ORDER_ID+RELEASE_ID+STORE_ID | Primary Key |
| I0000852 | ORDER_ID+RELEASE_ID+STORE_ID | Non-Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_1101 | EDPPAYHIST_ID | EDPPAYHIST | EDPPAYHIST_ID | Cascade |