| id |
integer |
Yes |
Yes |
nextval('inventory_comments_id_seq'::regclass) |
Unique identifier |
| code |
character varying(20) |
No |
No |
|
Code for the comment |
| description |
character varying(60) |
No |
No |
|
Brief description for the comment |
| comments |
text |
No |
No |
|
The extended comment which can be a paragraph or more |
| _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 |