Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||||
| subwikiid | BIGINT | 19 | 0 | 
                                         | 
                                    
                                        
  | 
                                    Subwiki instance  | 
                                ||||
| frompageid | BIGINT | 19 | 0 | 
                                         | 
                                    
                                        
  | 
                                    Page id with a link  | 
                                ||||
| topageid | BIGINT | 19 | 0 | 
                                         | 
                                    
                                         | 
                                    Page id that recives a link  | 
                                ||||
| tomissingpage | VARCHAR | 255 | √ | null | 
                                         | 
                                    
                                         | 
                                    link to a nonexistent page  | 
                                
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| wikilink_fro_ix | Performance | Asc | frompageid | 
| wikilink_sub_ix | Performance | Asc | subwikiid |