Table Data dictionary report - customer_code_changes

Generated: 2018-10-17 7:47:42 AM
Server: PostgreSQL 9.3 (localhost:5432)
Database: datadict_donotremove
Schema: public
Notes:

Table for Customer Code changes

Columns

Name Data type Not Null? Primary key? Default Comment
id integer Yes Yes nextval('customer_code_changes_id_seq'::regclass) Unique indentifier
old_customer_no character varying(34) No No Customer code to be replaced
new_customer_no character varying(34) No No New customer code used for replacement
_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 record was last modified
_modified_by character varying(3) No No User initials that modified this record

Constraints

Name Type Definition Comment
bve_customer_change_pkey Primary key (id)

Report generated by pgAdmin3 LTS by BigSQL