Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| project_component_id | serial | 10 | √ | nextval('moped_proj_components_project_component_id_seq'::regclass) |
|
|
||||||||||
| project_id | int4 | 10 | null |
|
|
|||||||||||
| component_id | int4 | 10 | null |
|
|
|||||||||||
| description | text | 2147483647 | √ | null |
|
|
||||||||||
| is_deleted | bool | 1 | false |
|
|
Indicates soft deletion |
||||||||||
| interim_project_component_id | int4 | 10 | √ | null |
|
|
||||||||||
| phase_id | int4 | 10 | √ | null |
|
|
||||||||||
| subphase_id | int4 | 10 | √ | null |
|
|
||||||||||
| completion_date | timestamptz | 35,6 | √ | null |
|
|
||||||||||
| created_at | timestamptz | 35,6 | now() |
|
|
|||||||||||
| srts_id | text | 2147483647 | √ | null |
|
|
The Safe Routes to School infrastructure plan record identifier |
|||||||||
| location_description | text | 2147483647 | √ | null |
|
|
||||||||||
| created_by_user_id | int4 | 10 | √ | null |
|
|
||||||||||
| updated_by_user_id | int4 | 10 | √ | null |
|
|
||||||||||
| updated_at | timestamptz | 35,6 | √ | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| moped_proj_components_pkey | Primary key | Asc | project_component_id |
| moped_proj_components_project_id_idx | Performance | Asc | project_id |