Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||||||
| customer_id | VARCHAR | 36 | √ | null |
|
|
||||||
| client_id | VARCHAR | 36 | √ | null |
|
|
||||||
| created | DATETIME | 19 | null |
|
|
|||||||
| number | INT | 10 | null |
|
|
|||||||
| note | LONGTEXT | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| IDX_1C65015819EB6921 | Performance | Asc | client_id |
| IDX_1C6501589395C3F3 | Performance | Asc | customer_id |