Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('deployments_emergencyprojectactivityaction_id_seq'::regclass) |
|
|
||||||
title | varchar | 255 | null |
|
|
|||||||
order | int2 | 5 | null |
|
|
|||||||
sector_id | int4 | 10 | null |
|
|
|||||||
description | text | 2147483647 | null |
|
|
|||||||
is_cash_type | bool | 1 | null |
|
|
|||||||
has_location | bool | 1 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
deployments_emergencyprojectactivityaction_pkey | Primary key | Asc | id |
deployments_emergencyprojectactivityaction_sector_id_78f8a73c | Performance | Asc | sector_id |