Table Data dictionary report - gl_history_segments

Generated: 2018-10-17 8:27:33 AM
Server: PostgreSQL 9.3 (localhost:5432)
Database: datadict_donotremove
Schema: public
Notes:

Table for General Ledger segments as they were when the Year End Close was performed for the Fiscal Year ending as stated in year_end.

Columns

Name Data type Not Null? Primary key? Default Comment
id integer Yes Yes nextval('gl_history_segments_id_seq'::regclass) Unique indentifier
segment_no character varying(1) No No General Ledger segment number for position 1 - 4
code character varying(24) No No Code for the segment to be used in the General Ledger Account
description character varying(60) No No Segment description or name
_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
year_end date No No Fiscal Year End for this history record

Constraints

Name Type Definition Comment
gl_history_segments_pkey Primary key (id)

Report generated by pgAdmin3 LTS by BigSQL