| id |
integer |
Yes |
Yes |
nextval('territories_id_seq'::regclass) |
Unique identifier |
| code |
character varying(10) |
No |
No |
|
Territory code |
| name |
character varying(80) |
No |
No |
|
Territory name |
| description |
text |
No |
No |
|
Territory description |
| _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 |
| udf_data |
hstore |
No |
No |
''::hstore |
User defined data for this record |