/*
Table: origins
Columns:
originID int
countryID int
stateProvID int
customID int
local int
Depends on:
originCountry
originStateProv
originCustomRegion
Use:
This table defines locations.
The IDs correspond to the other origin
tables. The local field indicates whether
or not this origin is considered local
by the co-op.
*/Back