reorganized sql

This commit is contained in:
Yehonal 2016-07-10 17:15:46 +02:00
parent 97c3f36d2b
commit ac2d30abe1
234 changed files with 39 additions and 1 deletions

View file

@ -1,11 +0,0 @@
CREATE TABLE `log_money` (
`sender_acc` int(11) unsigned NOT NULL,
`sender_guid` int(11) unsigned NOT NULL,
`sender_name` char(32) CHARACTER SET utf8 NOT NULL,
`sender_ip` char(32) CHARACTER SET utf8 NOT NULL,
`receiver_acc` int(11) unsigned NOT NULL,
`receiver_name` char(32) CHARACTER SET utf8 NOT NULL,
`money` bigint(20) unsigned NOT NULL,
`topic` char(255) CHARACTER SET utf8 NOT NULL,
`date` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;