Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | null |
|
|
|||
slug | varchar | 255 | null |
|
|
|||
question | varchar | 255 | null |
|
|
|||
answer | text | 2147483647 | null |
|
|
|||
locked | bool | 1 | null |
|
|
Questions used outside of the FAQ are locked and cannot be removed. |
||
created_at | timestamp | 22 | null |
|
|
|||
updated_at | timestamp | 22 | √ | NULL::timestamp without time zone |
|
|
||
category | varchar | 20 | null |
|
|
Category of this question |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
question_pkey | Primary key | Asc | id |
idx_question_slug | Performance | Asc | slug |
uniq_b6f7494e989d9b62 | Must be unique | Asc | slug |