Table Data dictionary report - zip_codes

Generated: 9/23/2016 3:14:18 PM
Server: PostgreSQL 9.3 (localhost:5432)
Database: datadict
Schema: public

Columns

Name Data type Not Null? Primary key? Default Comment
id integer Yes Yes nextval('zip_codes_id_seq'::regclass)
code character varying(16) No No Code
state character varying(2) No No State/Province
city character varying(45) No No City

Constraints

Name Type Definition Comment
zip_codes_pkey Primary key (id)

Report generated by pgAdmin III