Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | 
|---|---|---|---|---|---|---|---|---|
| customer_id | INT UNSIGNED | 10 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||
| username | CHAR | 64 | null | 
                                         | 
                                    
                                         | 
                                    |||
| password | CHAR | 32 | null | 
                                         | 
                                    
                                         | 
                                    |||
| string | CHAR | 64 | null | 
                                         | 
                                    
                                         | 
                                    |||
| level | TINYINT | 3 | 0 | 
                                         | 
                                    
                                         | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | customer_id | 
| customers_username_unique | Must be unique | Asc | username | 
Diagram producer might be missing
No diagrams were produced please see application output for any errors