lesson_branch table columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |  |  | ||||
| lessonid | BIGINT | 19 | 0 |  | 
 | |||||
| userid | BIGINT | 19 | 0 |  | 
 | |||||
| pageid | BIGINT | 19 | 0 |  | 
 | |||||
| retry | BIGINT | 19 | 0 |  |  | |||||
| flag | SMALLINT | 5 | 0 |  |  | |||||
| timeseen | BIGINT | 19 | 0 |  |  | |||||
| nextpageid | BIGINT | 19 | 0 |  |  | 
Table contained -1 rows
lesson_branch table indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| lessbran_les_ix | Performance | Asc | lessonid | 
| lessbran_pag_ix | Performance | Asc | pageid | 
| lessbran_use_ix | Performance | Asc | userid | 
