Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | INT | 10 | √ | null |
|
|
|||||
name | VARCHAR | 80 | null |
|
|
||||||
host | VARCHAR | 80 | localhost |
|
|
||||||
port | INT | 10 | 25 |
|
|
||||||
timeout | INT | 10 | 120 |
|
|
||||||
ssl_mode | enum('disabled', 'ssl', 'starttls') | 9 | null |
|
|
||||||
user_name | VARCHAR | 80 | √ | null |
|
|
|||||
password | VARCHAR | 80 | √ | null |
|
|
|||||
debug | BIT | 0 | 0 |
|
|
||||||
is_default | BIT | 0 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
host_idx | Performance | Asc | host |