mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-01 18:14:23 +00:00
update general table in sql.sql
This commit is contained in:
@@ -754,7 +754,7 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%forum_topic` (
|
||||
CREATE TABLE IF NOT EXISTS `%PREFIX%general` (
|
||||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`casualties` int(10) unsigned NOT NULL,
|
||||
`time` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`time` int(10) unsigned NOT NULL,
|
||||
`shown` tinyint(1) unsigned NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||||
|
||||
Reference in New Issue
Block a user