mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-07 05:14:31 +00:00
forgot sql table
This commit is contained in:
@@ -745,6 +745,25 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%forum_topic` (
|
||||
--
|
||||
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `%prefix%general`
|
||||
--
|
||||
|
||||
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,
|
||||
`shown` tinyint(1) unsigned NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||||
|
||||
--
|
||||
-- Dumping data for table `%prefix%general`
|
||||
--
|
||||
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user