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