Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | 
|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||
| token | VARCHAR | 255 | 
                                         | 
                                    
                                         | 
                                    the token to communicate with the hub by web service  | 
                                |||
| hubname | VARCHAR | 255 | 
                                         | 
                                    
                                         | 
                                    ||||
| huburl | VARCHAR | 255 | 
                                         | 
                                    
                                         | 
                                    ||||
| confirmed | BIT | 1 | 0 | 
                                         | 
                                    
                                         | 
                                    |||
| secret | VARCHAR | 255 | √ | null | 
                                         | 
                                    
                                         | 
                                    the unique site identifier for this hub  | 
                                |
| timemodified | BIGINT | 19 | 0 | 
                                         | 
                                    
                                         | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |