Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||||
| product_id | VARCHAR | 36 | √ | null |
|
|
||||
| sort | INT | 10 | null |
|
|
|||||
| quantity | DECIMAL | 10,3 | null |
|
|
|||||
| orderBuyingList_id | VARCHAR | 36 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| IDX_5A6741FE4584665A | Performance | Asc | product_id |
| IDX_5A6741FEB9BA2274 | Performance | Asc | orderBuyingList_id |