Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('per_formquestion_answers_id_seq'::regclass) |
|
|
||||
| formquestion_id | int4 | 10 | null |
|
|
|||||
| formanswer_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| per_formquestion_answers_pkey | Primary key | Asc | id |
| per_formquestion_answers_formanswer_id_72b71e28 | Performance | Asc | formanswer_id |
| per_formquestion_answers_formquestion_id_4258e7d0 | Performance | Asc | formquestion_id |
| per_formquestion_answers_formquestion_id_formansw_3bdc9539_uniq | Must be unique | Asc/Asc | formquestion_id + formanswer_id |

