mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-02 21:37:16 +00:00
Created qs_player_speech (markdown)
@@ -0,0 +1,10 @@
|
|||||||
|
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||||
|
-----|-----|-----|-----|-----|-----
|
||||||
|
id|int(11)|NO|PRI| |auto\_increment
|
||||||
|
from|varchar(64)|NO| | |
|
||||||
|
to|varchar(64)|NO| | |
|
||||||
|
message|varchar(256)|NO| | |
|
||||||
|
minstatus|smallint(5)|NO| | |
|
||||||
|
guilddbid|int(11)|NO| | |
|
||||||
|
type|tinyint(3)|NO| | |
|
||||||
|
timerecorded|timestamp|NO| |CURRENT\_TIMESTAMP|on update CURRENT\_TIMESTAMP
|
||||||
Reference in New Issue
Block a user