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 | 
                                         | 
                                    
                                         | 
                                    |||||
| revision | BIGINT | 19 | 0 | 
                                         | 
                                    
                                         | 
                                    incremented when after each file changes, solves browser caching issues  | 
                                ||||
| keepold | BIGINT | 19 | -1 | 
                                         | 
                                    
                                         | 
                                    incremented when after each file changes, solves browser caching issues  | 
                                ||||
| structure | LONGTEXT | 2147483647 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||||
| timemodified | BIGINT | 19 | 0 | 
                                         | 
                                    
                                         | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| imsc_cou_ix | Performance | Asc | course |