Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
project_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
project_type_id | int4 | 10 | √ |
|
|
Specifies the type of the project, linking to the corresponding type details. |
||||
project_stage_id | int4 | 10 | √ |
|
|
Specifies the project’s stage, linking to the corresponding stage details. |
||||
project_name | varchar(150) | 150 | √ |
|
|
The full name of the project (e.g., Phil’s PhD Thesis, Malm� Ring Road V�gverket). |
||||
project_abbrev_name | varchar(25) | 25 | √ |
|
|
An optional field for the abbreviation or acronym of the project name (e.g., VGV, SWEDAB). |
||||
description | text | 2147483647 | √ |
|
|
A brief overview of the project, including relevant details that facilitate further exploration. |
||||
date_updated | timestamptz | 35,6 | √ |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_projects_pkey | Primary key | Asc | project_id |
tbl_projects_project_abbrev_name_unique | Must be unique | Asc | project_abbrev_name |