Table Data dictionary report - payroll_schedules

Generated: 2018-10-18 7:27:26 AM
Server: PostgreSQL 9.3 (localhost:5432)
Database: datadict_donotremove
Schema: public
Notes:

Table for Payroll Schedules for each pay frequency

Columns

Name Data type Not Null? Primary key? Default Comment
id integer Yes Yes nextval('payroll_schedules_id_seq'::regclass) Unique identifier
frequency integer Yes No Number of pay periods per year
dates date[] Yes No ARRAY[]::date[] End dates for all the pay periods using this frequency
descriptions character varying[] Yes No ARRAY[]::character varying[] Descriptions for all the pay periods for this frequency
_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
payroll_schedules_pkey Primary key (id)

Report generated by pgAdmin3 LTS by BigSQL