Table Data dictionary report - gl_subgroups

Generated: 2018-10-17 3:01:47 PM
Server: PostgreSQL 9.3 (localhost:5432)
Database: datadict_donotremove
Schema: public
Notes:

Table for General Ledger Account Sub Groups

Columns

Name Data type Not Null? Primary key? Default Comment
id integer Yes Yes nextval('gl_subgroups_id_seq'::regclass) Unique identifier
subgroup character varying(6) No No Sub group code
name character varying(60) No No Sub group name or description
gl_group character varying(3) No No Member of this General Ledger account group - links to gl_groups.gl_group
suppress_flag boolean No No Supress flag for reporting; FALSE = Do not suppress TRUE = Supress
_dbversion integer No No Program version that last modified this record
_created timestamp without time zone No No UTC Date and time record was created
_created_by character varying(3) No No User initials that created this record
_modified timestamp without time zone No No UTC Date and time this record was last modified
_modified_by character varying(3) No No User initials that last modified this record

Constraints

Name Type Definition Comment
gl_sub_groups_pkey Primary key (id)

Report generated by pgAdmin3 LTS by BigSQL