From a8db960eb328b3fe8103604a3ff582f948f52cc4 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 16:30:57 -0600 Subject: [PATCH] Created qs_player_move_record (markdown) --- qs_player_move_record.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 qs_player_move_record.md diff --git a/qs_player_move_record.md b/qs_player_move_record.md new file mode 100644 index 0000000..61a6eb6 --- /dev/null +++ b/qs_player_move_record.md @@ -0,0 +1,10 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +move\_id|int(11)|NO|PRI| |auto\_increment +time|timestamp|YES| | |on update CURRENT\_TIMESTAMP +char\_id|int(11)|YES| |0| +from\_slot|mediumint(7)|YES| |0| +to\_slot|mediumint(7)|YES| |0| +stack\_size|mediumint(7)|YES| |0| +char\_items|mediumint(7)|YES| |0| +postaction|tinyint(1)|YES| |0| \ No newline at end of file