Added in Version 6.2
The PACKAGEPRODUCT table is the child table of the PACKAGES table and stores individual product records for its corresponding package.
Field | Datatype (Length) | Allow Nulls | Indexes | Relationship | Related Table and Field |
---|---|---|---|---|---|
PACKAGEPRODUCTID (PK) |
char(12) |
NOT NULL |
PACKAGEPRODUCT_PACKAGEPRODUCTID_PK (CA) |
|
|
CREATEUSER (FK) |
char(12) |
NULLS |
|
(Many) to (One) |
|
CREATEDATE |
datetime(8) |
NULLS |
|
|
|
MODIFYUSER (FK) |
char(12) |
NULLS |
|
(Many) to (One) |
|
MODIFYDATE |
datetime(8) |
NULLS |
|
|
|
PRODUCTID (FK) |
char(12) |
NULLS |
|
(Many) to (One) |
|
PACKAGESID (FK) |
char(12) |
NULLS |
|
(Many) to (One) |
|
QUANTITY |
int |
NULLS |
|
|
|
PARENTPRODUCTID (FK) |
char(12) |
NULLS |
|
(Many) to (One) |