Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null |
|
|
||
| name | VARCHAR | 63 | null |
|
|
|||
| type | enum('mysql', 'postgresql', 'mssql') | 10 | mysql |
|
|
|||
| dom_id | INT UNSIGNED | 10 | null |
|
|
|||
| db_server_id | INT UNSIGNED | 10 | null |
|
|
|||
| default_user_id | INT UNSIGNED | 10 | √ | null |
|
|
Table contained 0 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| db_server_id | Performance | Asc | db_server_id |
| dom_id | Performance | Asc | dom_id |
| name | Must be unique | Asc/Asc | name + db_server_id |