Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
||||
dom_id | INT UNSIGNED | 10 | √ | null |
|
|
||||
serviceNodeId | INT UNSIGNED | 10 | 1 |
|
|
|||||
name | VARCHAR | 255 | null |
|
|
|||||
driver | VARCHAR | 255 | null |
|
|
|||||
description | VARCHAR | 255 | √ | null |
|
|
||||
configured | enum('false', 'true') | 6 | false |
|
|
|||||
cstring | TEXT | 65535 | √ | null |
|
|
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
dom_id | Performance | Asc | dom_id |
name | Must be unique | Asc/Asc | name + serviceNodeId |
serviceNodeId | Performance | Asc | serviceNodeId |