Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
||||
ipAddress | VARCHAR | 39 | null |
|
|
|||||
mask | VARCHAR | 15 | null |
|
|
|||||
type | enum('allow', 'deny') | 6 | null |
|
|
|||||
databaseUserId | INT UNSIGNED | 10 | null |
|
|
|||||
firewallRuleId | VARCHAR | 255 | √ | null |
|
|
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
databaseUserId | Performance | Asc | databaseUserId |
firewallRuleId | Performance | Asc | firewallRuleId |