Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| option_id | bigserial | 19 | √ | nextval('tbl_option_option_id_seq'::regclass) |
|
|
Primary key |
||||
| question_id | int8 | 19 | null |
|
|
FK: public.tbl_question.question_id |
|||||
| option_text | varchar | 500 | √ | null |
|
|
The textual content of the option. |
||||
| is_correct | bool | 1 | √ | false |
|
|
Indicates if the option is correct. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_option_pkey | Primary key | Asc | option_id |

