more fixes

This commit is contained in:
yi12345
2013-05-14 19:46:03 +03:00
parent 544de58737
commit 015093049d
7 changed files with 350 additions and 65 deletions
+8
View File
@@ -717,6 +717,10 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%forum_post` (
`topic` varchar(255) NOT NULL,
`owner` varchar(255) NOT NULL,
`date` varchar(255) NOT NULL,
`alliance0` int(11) unsigned NOT NULL,
`player0` int(11) unsigned NOT NULL,
`coor0` int(11) unsigned NOT NULL,
`report0` int(11) unsigned NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
@@ -743,6 +747,10 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%forum_topic` (
`ends` varchar(255) NOT NULL,
`close` varchar(255) NOT NULL,
`stick` varchar(255) NOT NULL,
`alliance0` int(11) unsigned NOT NULL,
`player0` int(11) unsigned NOT NULL,
`coor0` int(11) unsigned NOT NULL,
`report0` int(11) unsigned NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;