Table Data dictionary report - sales_departments

Generated: 9/23/2016 3:02:08 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('sales_departments_id_seq'::regclass)
revenue character varying(24) No No Revenue GL account
cost_of_goods character varying(24) No No Cost of goods GL account
inventory character varying(24) No No Inventory asset GL account

Constraints

Name Type Definition Comment
sales_dept_pkey Primary key (id)

Report generated by pgAdmin III