mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-04 06:57:15 +00:00
Created bot_guild_members (markdown)
@@ -0,0 +1,11 @@
|
||||
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||
-----|-----|-----|-----|-----|-----
|
||||
bot\_id|int(11)|NO|PRI|0|
|
||||
guild\_id|mediumint(8) unsigned|NO| |0|
|
||||
rank|tinyint(3) unsigned|NO| |0|
|
||||
tribute\_enable|tinyint(3) unsigned|NO| |0|
|
||||
total\_tribute|int(10) unsigned|NO| |0|
|
||||
last\_tribute|int(10) unsigned|NO| |0|
|
||||
banker|tinyint(3) unsigned|NO| |0|
|
||||
public\_note|text|YES| | |
|
||||
alt|tinyint(3) unsigned|NO| |0|
|
||||
Reference in New Issue
Block a user