Back
/*
Table: SpecialOrderDeptMap

Columns:
    dept_ID int
    map_to int

Optional table for mapping product departments
to alternate departments. Essentially, put
entries into historic "special order" departments

*/
Back