mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-06 17:17:18 +00:00
Created guild_members (markdown)
+11
@@ -0,0 +1,11 @@
|
|||||||
|
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||||
|
-----|-----|-----|-----|-----|-----
|
||||||
|
char\_id|int(11)|NO| |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|NO| | |
|
||||||
|
alt|tinyint(3) unsigned|NO| |0|
|
||||||
Reference in New Issue
Block a user