Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('deployments_rdrt_id_seq'::regclass) |
|
|
||||
| start_date | timestamptz | 35,6 | √ | null |
|
|
||||
| comments | text | 2147483647 | √ | null |
|
|
||||
| country_id | int4 | 10 | null |
|
|
|||||
| dtype_id | int4 | 10 | √ | null |
|
|
||||
| event_id | int4 | 10 | √ | null |
|
|
||||
| region_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| deployments_rdrt_pkey | Primary key | Asc | id |
| deployments_rdrt_country_id_4c48f351 | Performance | Asc | country_id |
| deployments_rdrt_dtype_id_3e07bcd1 | Performance | Asc | dtype_id |
| deployments_rdrt_event_id_e40e282d | Performance | Asc | event_id |
| deployments_rdrt_region_id_a71f2b58 | Performance | Asc | region_id |

