Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('deployments_projectimport_projects_created_id_seq'::regclass) |
|
|
||||
projectimport_id | int4 | 10 | null |
|
|
|||||
project_id | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
deployments_projectimport_projects_created_pkey | Primary key | Asc | id |
deployments_projectimpor_projectimport_id_project_b5df315c_uniq | Must be unique | Asc/Asc | projectimport_id + project_id |
deployments_projectimport__projectimport_id_3b13d516 | Performance | Asc | projectimport_id |
deployments_projectimport_projects_created_project_id_7dd29786 | Performance | Asc | project_id |