/*
Table: PendingSpecialOrder
Columns:
order_id int
dtransactions columns
Depends on:
none
Use:
This table is for a work-in-progress special
order tracking system. Conceptually, it will
work like a partial suspended transactions,
where rows with a given order_id can be
pulled in at a register when someone picks up
their special order.
This particular table is for orders that have
not been picked up yet
*/Back