Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
project_type_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
project_type_name | varchar | 2147483647 | √ |
|
|
The name representing the project type, such as consultancy, research, teaching, or combinations like consultancy/teaching. |
||||
description | text | 2147483647 | √ |
|
|
Details the combination of project types, if applicable, such as teaching/research. |
||||
date_updated | timestamptz | 35,6 | √ |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_project_types_pkey | Primary key | Asc | project_type_id |
tbl_project_types_project_type_name_key | Must be unique | Asc | project_type_name |
tbl_project_types_project_type_name_unique | Must be unique | Asc | project_type_name |