From 46727e6666986569869dd9398232edd67f5c4164 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 16:32:03 -0600 Subject: [PATCH] Created qs_player_speech (markdown) --- qs_player_speech.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 qs_player_speech.md diff --git a/qs_player_speech.md b/qs_player_speech.md new file mode 100644 index 0000000..d2fb1ee --- /dev/null +++ b/qs_player_speech.md @@ -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 \ No newline at end of file