Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||||
| bookid | BIGINT | 19 | 0 | 
                                         | 
                                    
                                        
  | 
                                    |||||
| pagenum | BIGINT | 19 | 0 | 
                                         | 
                                    
                                         | 
                                    |||||
| subchapter | BIGINT | 19 | 0 | 
                                         | 
                                    
                                         | 
                                    |||||
| title | VARCHAR | 255 | 
                                         | 
                                    
                                         | 
                                    ||||||
| content | LONGTEXT | 2147483647 | null | 
                                         | 
                                    
                                         | 
                                    |||||
| contentformat | SMALLINT | 5 | 0 | 
                                         | 
                                    
                                         | 
                                    |||||
| TINYINT | 3 | 0 | 
                                         | 
                                    
                                         | 
                                    ||||||
| timecreated | BIGINT | 19 | 0 | 
                                         | 
                                    
                                         | 
                                    |||||
| timemodified | BIGINT | 19 | 0 | 
                                         | 
                                    
                                         | 
                                    |||||
| importsrc | VARCHAR | 255 | 
                                         | 
                                    
                                         | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| bookchap_boo_ix | Performance | Asc | bookid |