public.questions¶
Description¶
Columns¶
| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| id | bigint | nextval('questions_id_seq'::regclass) | false | public.questions_single_choice public.workbook_questions public.question_images public.user_answers | ||
| type | varchar(50) | false | ||||
| created_at | timestamp without time zone | CURRENT_TIMESTAMP | true | |||
| updated_at | timestamp without time zone | CURRENT_TIMESTAMP | true |
Constraints¶
| Name | Type | Definition |
|---|---|---|
| questions_id_not_null | n | NOT NULL id |
| questions_type_not_null | n | NOT NULL type |
| questions_pkey | PRIMARY KEY | PRIMARY KEY (id) |
Indexes¶
| Name | Definition |
|---|---|
| questions_pkey | CREATE UNIQUE INDEX questions_pkey ON public.questions USING btree (id) |
Relations¶
Generated by tbls