faq_table
This table contains the list of FAQs that are displayed to the user on the Android app.
Model
Field
Type
Nullable
id
varchar
reference_id
int4
question
int8
answer
int8
is_active
bool
created_at
timestamp
updated_at
timestamp
Description of fields
id
This is the primary key.
reference_id
Redundant column. No data present.
This field can be removed.
question
The content of the question.
answer
The content of the answer.
is_active
This tells whether the FAQ is active or not.
created_at
The date at which the FAQ was created.
updated_at
The date at which the FAQ was last updated.
Last updated