Store release level charges.
Column Description(s):
Column Name | Column 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 |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031249610 |
ORDERS_ID+ORDRELEASENUM+CHARGETYPE |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_1087 |
ORDERS_ID ORDRELEASENUM |
ORDRELEASE |
ORDERS_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.