Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | int8 | 19 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||
created_by | int8 | 19 | '-1'::integer |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||
created_time | timestamptz | 35,6 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||
modified_by | int8 | 19 | '-1'::integer |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||
modified_time | timestamptz | 35,6 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||
organization_id | int8 | 19 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||
name | text | 2147483647 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||
description | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||
participant_id | int8 | 19 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||
country_code | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
projects_pkey | Primary key | Asc | id |
projects_created_by_idx | Performance | Asc | created_by |
projects_modified_by_idx | Performance | Asc | modified_by |
projects_organization_id_id_key | Must be unique | Asc/Asc | organization_id + id |
projects_organization_id_name_key | Must be unique | Asc/Asc | organization_id + name |
projects_participant_id_idx | Performance | Asc | participant_id |