Store release level charges.
Column Descriptions:
Name | Type | Description |
ORDERS_ID | BIGINT NOT NULL | Order ID |
ORDRELEASENUM | INTEGER NOT NULL | The number of the order release |
CHARGETYPE | CHAR (70) NOT NULL | The type of charge |
AMOUNT | DECIMAL (20,5) | The total of the charges for the order
release |
LASTCREATED | TIMESTAMP | The date and time when the release was
created |
FIELD1 | INTEGER | Customizable. |
FIELD2 | VARCHAR (250) | Customizable. |
FIELD3 | VARCHAR (250) | Customizable. |
OPTCOUNTER | SMALLINT | 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> | ORDERS_ID+ORDRELEASENUM+CHARGETYPE | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_1087 | ORDERS_ID+ORDRELEASENUM | ORDRELEASE | ORDERS_ID+ORDRELEASENUM | Cascade |