Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||||||
| product_id | VARCHAR | 36 | √ | null |
|
|
||||||
| sort | INT | 10 | null |
|
|
|||||||
| terminatedDate | DATE | 10 | √ | null |
|
|
||||||
| quantity | DECIMAL | 10,3 | null |
|
|
|||||||
| salePrice | DECIMAL | 10,4 | null |
|
|
|||||||
| note | LONGTEXT | 2147483647 | √ | null |
|
|
||||||
| subscriptionContract_id | VARCHAR | 36 | √ | null |
|
|
||||||
| lastPaymentDate | DATETIME | 19 | √ | null |
|
|
||||||
| offerItemNote | VARCHAR | 255 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| IDX_992A6E5F244DF37 | Performance | Asc | subscriptionContract_id |
| IDX_992A6E5F4584665A | Performance | Asc | product_id |