Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | 
|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||
| userid | BIGINT | 19 | null | 
                                         | 
                                    
                                         | 
                                    |||
| name | VARCHAR | 255 | 
                                         | 
                                    
                                         | 
                                    ||||
| comments | LONGTEXT | 2147483647 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||
| site | VARCHAR | 255 | 
                                         | 
                                    
                                         | 
                                    ||||
| VARCHAR | 255 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||
| moodleversion | VARCHAR | 20 | 
                                         | 
                                    
                                         | 
                                    ||||
| moodlerelease | VARCHAR | 255 | 
                                         | 
                                    
                                         | 
                                    ||||
| iscore | BIT | 1 | 0 | 
                                         | 
                                    
                                         | 
                                    Whether this is a core preset or not, and which core preset  | 
                                ||
| timecreated | BIGINT | 19 | 0 | 
                                         | 
                                    
                                         | 
                                    |||
| timeimported | BIGINT | 19 | 0 | 
                                         | 
                                    
                                         | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |