Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('gobs.project_id_seq'::regclass) |
|
|
Unique identifier |
|||||||
pt_code | text | 2147483647 | null |
|
|
Project code. Ex: weather_data |
||||||||
pt_lizmap_project_key | text | 2147483647 | √ | null |
|
|
Lizmap project unique identifier (optional): repository_code~project_file_name. Ex: environment~weather |
|||||||
pt_label | text | 2147483647 | null |
|
|
Human readable label of the project. Ex: Weather data publication |
||||||||
pt_description | text | 2147483647 | √ | null |
|
|
Description of the project. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
project_pkey | Primary key | Asc | id |
project_pt_code_key | Must be unique | Asc | pt_code |
project_pt_label_key | Must be unique | Asc | pt_label |