mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-06 17:17:18 +00:00
Created guild_ranks (markdown)
+13
@@ -0,0 +1,13 @@
|
|||||||
|
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||||
|
-----|-----|-----|-----|-----|-----
|
||||||
|
guild\_id|mediumint(8) unsigned|NO|PRI|0|
|
||||||
|
rank|tinyint(3) unsigned|NO|PRI|0|
|
||||||
|
title|varchar(128)|NO| | |
|
||||||
|
can\_hear|tinyint(3) unsigned|NO| |0|
|
||||||
|
can\_speak|tinyint(3) unsigned|NO| |0|
|
||||||
|
can\_invite|tinyint(3) unsigned|NO| |0|
|
||||||
|
can\_remove|tinyint(3) unsigned|NO| |0|
|
||||||
|
can\_promote|tinyint(3) unsigned|NO| |0|
|
||||||
|
can\_demote|tinyint(3) unsigned|NO| |0|
|
||||||
|
can\_motd|tinyint(3) unsigned|NO| |0|
|
||||||
|
can\_warpeace|tinyint(3) unsigned|NO| |0|
|
||||||
Reference in New Issue
Block a user