Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
||
region | VARCHAR | 20 | null |
|
|
Region of the server for simple user-based selection if latency checks don’t work |
||
host | VARCHAR | 255 | null |
|
|
|||
port | MEDIUMINT | 7 | 3478 |
|
|
|||
VARCHAR | 255 | null |
|
|
Should be only accessible to clients with lobby scope. |
|||
contact_email | VARCHAR | 255 | null |
|
|
Email of the responsible server administrator |
||
active | BIT | 1 | 1 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
unique_host_port | Must be unique | Asc/Asc | host + port |