Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null |
|
|
||
| app_release | VARCHAR | 30 | null |
|
|
|||
| dom_id | INT UNSIGNED | 10 | null |
|
|
|||
| dom_type | enum('domain', 'subdomain') | 9 | domain |
|
|
|||
| install_prefix | VARCHAR | 255 | null |
|
|
|||
| htdocs_directory | enum('httpdocs', 'httpsdocs') | 9 | httpdocs |
|
|
|||
| capp_item_id | INT UNSIGNED | 10 | null |
|
|
|||
| params_id | INT UNSIGNED | 10 | √ | null |
|
|
||
| license_id | INT UNSIGNED | 10 | √ | null |
|
|
Table contained 0 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| capp_item_id | Performance | Asc | capp_item_id |
| license_id | Performance | Asc | license_id |
| params_id | Performance | Asc | params_id |