Table Data dictionary report - zip_codes

Generated: 2018-10-18 8:15:01 AM
Server: PostgreSQL 9.3 (localhost:5432)
Database: datadict_donotremove
Schema: public
Notes:

Table for U.S.A. Zip codes

Columns

Name Data type Not Null? Primary key? Default Comment
id integer Yes Yes nextval('zip_codes_id_seq'::regclass) Unique identifier
code character varying(16) No No U.S.A. Zip code
state character varying(2) No No State for record
city character varying(45) No No City for record

Constraints

Name Type Definition Comment
zip_codes_pkey Primary key (id)

Report generated by pgAdmin3 LTS by BigSQL