Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
dom_id | INT UNSIGNED | 10 | 0 |
|
|
|||||
state | enum('false', 'true') | 6 | false |
|
|
|||||
passwd | VARCHAR | 255 | null |
|
|
|||||
card_id | INT UNSIGNED | 10 | √ | null |
|
|
||||
uid | VARCHAR | 255 | √ | null |
|
|
||||
ownership | enum('false', 'true') | 6 | true |
|
|
|||||
account_id | INT UNSIGNED | 10 | √ | null |
|
|
||||
perm_id | INT UNSIGNED | 10 | √ | null |
|
|
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | dom_id |
account_id | Performance | Asc | account_id |
card_id | Performance | Asc | card_id |
dom_id | Performance | Asc | dom_id |
perm_id | Performance | Asc | perm_id |
uid | Performance | Asc | uid |