Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null |
|
|
||
| pkg_id | INT UNSIGNED | 10 | 0 |
|
|
|||
| license_type_id | INT UNSIGNED | 10 | 0 |
|
|
|||
| disabled | enum('false', 'true') | 6 | false |
|
|
Table contained 0 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| license_type_id | Must be unique | Asc/Asc | license_type_id + pkg_id |
| pkg_id | Performance | Asc | pkg_id |