Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | 
|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||
| user_id | INT UNSIGNED | 10 | null | 
                                         | 
                                    
                                         | 
                                    |||
| token_hash | VARCHAR | 255 | √ | NULL | 
                                         | 
                                    
                                         | 
                                    ||
| description | VARCHAR | 100 | null | 
                                         | 
                                    
                                         | 
                                    |||
| disabled | BIT | 3 | 0 | 
                                         | 
                                    
                                         | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| api_tokens_token_hash_unique | Must be unique | Asc | token_hash | 
Diagram producer might be missing
No diagrams were produced please see application output for any errors