Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
                                        
  | 
                                    
                                         | 
                                    ||||||||||
| subwikiid | BIGINT | 19 | 0 | 
                                         | 
                                    
                                        
  | 
                                    Subwiki instance of this page  | 
                                ||||||||||
| title | VARCHAR | 255 | title | 
                                         | 
                                    
                                         | 
                                    Page name  | 
                                ||||||||||
| cachedcontent | LONGTEXT | 2147483647 | null | 
                                         | 
                                    
                                         | 
                                    Cache wiki content  | 
                                ||||||||||
| timecreated | BIGINT | 19 | 0 | 
                                         | 
                                    
                                         | 
                                    Wiki page creation timestamp  | 
                                ||||||||||
| timemodified | BIGINT | 19 | 0 | 
                                         | 
                                    
                                         | 
                                    page edition timestamp  | 
                                ||||||||||
| timerendered | BIGINT | 19 | 0 | 
                                         | 
                                    
                                         | 
                                    Last render timestamp  | 
                                ||||||||||
| userid | BIGINT | 19 | 0 | 
                                         | 
                                    
                                         | 
                                    Edition author  | 
                                ||||||||||
| pageviews | BIGINT | 19 | 0 | 
                                         | 
                                    
                                         | 
                                    Number of page views  | 
                                ||||||||||
| readonly | BIT | 1 | 0 | 
                                         | 
                                    
                                         | 
                                    Read only flag  | 
                                
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| wikipage_sub_ix | Performance | Asc | subwikiid | 
| wikipage_subtituse_uix | Must be unique | Asc/Asc/Asc | subwikiid + title + userid |