language_lesson

20964 rows


Description

Stores link for different languages of lessons

Columns

Column Type Size Nulls Auto Default Children Parents Comments
lesson_id VARCHAR 36 null
language_id VARCHAR 36 null
folder_path MEDIUMTEXT 16777215 null
download_path VARCHAR 255 null
index_path VARCHAR 255 null
created_at TIMESTAMP 19 CURRENT_TIMESTAMP
updated_at TIMESTAMP 19 CURRENT_TIMESTAMP
tenant_id VARCHAR 36 null
card_id VARCHAR 36 null

Indexes

Constraint Name Type Sort Column(s)
fk_language_lesson_1_idx Performance Asc lesson_id
language_id Performance Asc language_id
lesson_id Performance Asc/Asc lesson_id + language_id
tenant_id Performance Asc tenant_id

Relationships