| Column |
Type |
Size |
Nulls |
Auto |
Default |
Children |
Parents |
Comments |
| id |
INT UNSIGNED |
10 |
|
√ |
null |
|
|
|
| dom_id |
INT UNSIGNED |
10 |
|
|
null |
|
|
|
| max_conn |
INT UNSIGNED |
10 |
√ |
|
null |
|
|
|
| bandwidth |
INT UNSIGNED |
10 |
√ |
|
null |
|
|
|
| incoming |
enum('false', 'true') |
6 |
|
|
false |
|
|
|
| incoming_readable |
enum('false', 'true') |
6 |
|
|
false |
|
|
|
| incoming_subdirs |
enum('false', 'true') |
6 |
|
|
false |
|
|
|
| status |
enum('false', 'true') |
6 |
|
|
false |
|
|
|
| quota |
BIGINT UNSIGNED |
20 |
√ |
|
1048576 |
|
|
|
| display_login |
enum('false', 'true') |
6 |
|
|
false |
|
|
|
| login_text |
TEXT |
65535 |
√ |
|
null |
|
|
|
Table contained 0 rows
| Constraint Name |
Type |
Sort |
Column(s) |
| PRIMARY |
Primary key |
Asc |
id |
| dom_id |
Must be unique |
Asc |
dom_id |