Label Table Schema (label)


Description

Defines labels

label table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
course BIGINT 19 0
name VARCHAR 255
intro LONGTEXT 2147483647 null
introformat SMALLINT 5 0
timemodified BIGINT 19 0

Table contained -1 rows

label table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
labe_cou_ix Performance Asc course