Database Table: zip
From Dreamwidth Notes
Revision as of 21:15, 15 October 2010 by Exor674Bot (Talk | contribs)
Note: This table is removed and no longer used. This table was removed in dw-free changeset 686ffe7495de [1]
This is a global table.
Definition
CREATE TABLE zip ( zip VARCHAR(5) NOT NULL DEFAULT '', state CHAR(2) NOT NULL DEFAULT '', city VARCHAR(100) NOT NULL DEFAULT '', PRIMARY KEY (zip), KEY (state) ) PACK_KEYS=1