Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('per_overview_orientation_documents_id_seq'::regclass) |
|
|
||||
overview_id | int4 | 10 | null |
|
|
|||||
perfile_id | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
per_overview_orientation_documents_pkey | Primary key | Asc | id |
per_overview_orientation_documents_overview_id_af01e071 | Performance | Asc | overview_id |
per_overview_orientation_documents_perfile_id_2f39f368 | Performance | Asc | perfile_id |
per_overview_orientation_overview_id_perfile_id_a219fc99_uniq | Must be unique | Asc/Asc | overview_id + perfile_id |