lesson_types

5 rows


Description

Master table for lesson types

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id VARCHAR 36 null
name VARCHAR 125 null
tenant_id VARCHAR 36 null
is_portrait_view TINYINT 3 null

0:Not potrate,1:Potrate

old_data_id INT 10 null
status BIT 1 1
type TINYINT 3 null

1:Scorm COntent,0:Not scorm Content

created_at DATETIME 19 null
updated_at DATETIME 19 null
card_type TINYINT 3 0

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
tenant_id Performance Asc tenant_id
updated_at_index Performance Asc updated_at

Relationships