faqs

125 rows


Description

Stores FAQs for LMS

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id VARCHAR 36 null
faq_category_id VARCHAR 36 null
title VARCHAR 511 null
description MEDIUMTEXT 16777215 null
created_at DATETIME 19 null
updated_at DATETIME 19 null
deleted_at DATETIME 19 null
faq_sub_category_id VARCHAR 36 null
tenant_id VARCHAR 36 null
old_data_id INT 10 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
faq_category_id Performance Asc faq_category_id
faq_sub_category_id Performance Asc faq_sub_category_id
tenant_id Performance Asc tenant_id

Relationships