Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
||||
serviceNodeId | INT UNSIGNED | 10 | 1 |
|
|
|||||
ip_address | VARCHAR | 39 | null |
|
|
|||||
mask | VARCHAR | 15 | 255.255.255.0 |
|
|
|||||
iface | VARCHAR | 255 | null |
|
|
|||||
ssl_certificate_id | INT UNSIGNED | 10 | null |
|
|
|||||
default_domain_id | INT UNSIGNED | 10 | √ | null |
|
|
||||
ftps | enum('false', 'true') | 6 | false |
|
|
|||||
main | enum('false', 'true') | 6 | false |
|
|
|||||
status | BIGINT UNSIGNED | 20 | 0 |
|
|
|||||
public_ip_address | VARCHAR | 39 | √ | null |
|
|
Table contained 1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
default_domain_id | Performance | Asc | default_domain_id |
ip_address | Must be unique | Asc | ip_address |
ssl_certificate_id | Performance | Asc | ssl_certificate_id |