Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('deployments_fact_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_fact_pkey | Primary key | Asc | id |
| deployments_fact_country_id_4f80d5ad | Performance | Asc | country_id |
| deployments_fact_dtype_id_f940324a | Performance | Asc | dtype_id |
| deployments_fact_event_id_6953280a | Performance | Asc | event_id |
| deployments_fact_region_id_cdd84270 | Performance | Asc | region_id |

