/*
Table: CompleteSpecialOrder
Columns:
order_id int
dtransactions columns
Depends on:
PendingSpecialOrder
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 finished orders
*/Back