Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
||||
username | VARCHAR | 128 | null |
|
|
|||||
serviceNodeId | INT UNSIGNED | 10 | 1 |
|
|
|||||
preferences | enum('false', 'true') | 6 | false |
|
|
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
serviceNodeId | Performance | Asc | serviceNodeId |
spamfilter_username_serviceNodeId | Must be unique | Asc/Asc | username + serviceNodeId |