mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-04 23:37:17 +00:00
Created zone_server (markdown)
@@ -0,0 +1,8 @@
|
||||
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||
-----|-----|-----|-----|-----|-----
|
||||
name|varchar(16)|NO|PRI| |
|
||||
address|text|NO| | |
|
||||
port|int(11)|NO| |0|
|
||||
player\_count|int(11)|NO| |0|
|
||||
last\_alive|timestamp|NO| |CURRENT\_TIMESTAMP|on update CURRENT\_TIMESTAMP
|
||||
rain|char(1)|NO| |0|
|
||||
Reference in New Issue
Block a user