Columns
| Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|
| contact_type_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
| contact_type_name | varchar(150) | 150 |
|
|
Name of the contact type, representing the role or function (e.g., researcher, laboratory, field technician). |
|||||
| date_updated | timestamptz | 35,6 | √ |
|
|
|||||
| description | text | 2147483647 | √ |
|
|
Comprehensive description of the contact type, detailing its role within the system. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_contact_types_pkey | Primary key | Asc | contact_type_id |

