Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_question_attempt_step_data_id_seq'::regclass) |
|
|
||||
attemptstepid | int8 | 19 | null |
|
|
|||||
name | varchar | 32 | ''::character varying |
|
|
|||||
value | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_quesattestepdata_id_pk | Primary key | Asc | id |
app_quesattestepdata_att_ix | Performance | Asc | attemptstepid |