Table Data dictionary report - gl_segments

Generated: 2018-10-17 1:13:09 PM
Server: PostgreSQL 9.3 (localhost:5432)
Database: datadict_donotremove
Schema: public
Notes:

Table of General Ledger Segments

Columns

Name Data type Not Null? Primary key? Default Comment
id integer Yes Yes nextval('gl_segments_id_seq'::regclass) Unique indentifier
segment_no character varying(1) No No The segment number. 1 - 4
code character varying(24) No No General Ledger code for the segment
description character varying(60) No No Segment description
_created_by character varying(3) No No User initials that created this record
_modified_by character varying(3) No No User initials that modified this record
_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
_modified timestamp without time zone No No UTC Date and time record was last modified

Constraints

Name Type Definition Comment
gl_segments_pkey Primary key (id)

Report generated by pgAdmin3 LTS by BigSQL