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