diff options
Diffstat (limited to 'core/helpers/core_installer.php')
-rw-r--r-- | core/helpers/core_installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/core_installer.php b/core/helpers/core_installer.php index 87278661..9dd5224c 100644 --- a/core/helpers/core_installer.php +++ b/core/helpers/core_installer.php @@ -39,7 +39,7 @@ class core_installer { UNIQUE KEY(`name`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;"); - $db->query("CREATE TABLE `items` ( + $db->query("CREATE TABLE `items` ( `id` int(9) NOT NULL auto_increment, `type` char(32) default NULL, `title` char(255) default NULL, |