| 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 |