Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null |
|
|
||
| application_name | VARCHAR | 122 | null |
|
|
|||
| application_versions | VARCHAR | 122 | null |
|
|
|||
| application_features | VARCHAR | 255 | null |
|
|
|||
| license_type_hash | VARCHAR | 255 | null |
|
|
|||
| description | VARCHAR | 255 | √ | null |
|
|
Table contained 0 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| application_name | Must be unique | Asc/Asc/Asc | application_name + application_versions + application_features |
| license_type_hash | Must be unique | Asc | license_type_hash |