Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('environments_environment_id_seq'::regclass) |
|
|
||||||||
| name | varchar | 256 | null |
|
|
|||||||||
| created | timestamptz | 35,6 | null |
|
|
|||||||||
| organization_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| environments_environment_pkey | Primary key | Asc | id |
| environments_environment_created_68e37d5a | Performance | Asc | created |
| environments_environment_organization_id_5e73e9d7 | Performance | Asc | organization_id |
| environments_environment_organization_id_name_e04cf45d_uniq | Must be unique | Asc/Asc | organization_id + name |