Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('action.survey_question_id_seq'::regclass) |
|
|
||||||||
survey | int4 | 10 | null |
|
|
|||||||||
question | text | 2147483647 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
survey_question_pkey | Primary key | Asc | id |