Back
/*
Table: originCustomRegion

Columns:
    customID int
    name varchar

Depends on:
    origins

Use:
This table lists custom defined
regions (counties, neighborhoods,
internal jargon, etc)
*/
Back