Table Data dictionary report - gl_subgroups

Generated: 9/23/2016 2:41:32 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('gl_subgroups_id_seq'::regclass)
subgroup character varying(6) No No Sub group code
name character varying(60) No No Sub group name
gl_group character varying(3) No No
search_arg character varying(60) No No
suppress_flag boolean No No Supress flag for reporting TRUE = Supress FALSE = Do not suppress
_dbversion integer No No
_created timestamp without time zone No No
_created_by character varying(3) No No
_modified timestamp without time zone No No
_modified_by character varying(3) No No

Constraints

Name Type Definition Comment
gl_sub_groups_pkey Primary key (id)

Report generated by pgAdmin III