Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
subscription_id | INT UNSIGNED | 10 | null |
|
|
|||||
plan_id | INT UNSIGNED | 10 | null |
|
|
|||||
quantity | INT UNSIGNED | 10 | 1 |
|
|
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc/Asc | subscription_id + plan_id |
plan_id | Performance | Asc | plan_id |