Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('environments_environmentproject_id_seq'::regclass) |
|
|
|||||
| bool | 1 | null |
|
|
|||||||
| created | timestamptz | 35,6 | null |
|
|
||||||
| environment_id | int4 | 10 | null |
|
|
||||||
| project_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| environments_environmentproject_pkey | Primary key | Asc | id |
| environments_environment_project_id_environment_i_435ad371_uniq | Must be unique | Asc/Asc | project_id + environment_id |
| environments_environmentproject_created_33629df1 | Performance | Asc | created |
| environments_environmentproject_environment_id_4b61b449 | Performance | Asc | environment_id |
| environments_environmentproject_project_id_f1b49983 | Performance | Asc | project_id |