Table Data dictionary report - note_types

Generated: 9/23/2016 2:54:44 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('note_types_id_seq'::regclass)
type character varying(10) No No Code for the note type
link_table character varying(80) No No The table this not is used in
description character varying(35) No No Description for the note type

Constraints

Name Type Definition Comment
bve_note_type_pkey Primary key (id)

Report generated by pgAdmin III