Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('pgmetadata.contact_id_seq'::regclass) |
|
|
Internal automatic integer ID |
|||
name | text | 2147483647 | null |
|
|
Full name of the contact |
||||
organisation_name | text | 2147483647 | null |
|
|
Organisation name. E.g. ACME |
||||
organisation_unit | text | 2147483647 | √ | null |
|
|
Organisation unit name. E.g. GIS unit |
|||
text | 2147483647 | √ | null |
|
|
Email address |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
contact_pkey | Primary key | Asc | id |