diff --git a/src/Tools/Installer.php b/src/Tools/Installer.php index 46b49bb..9524e38 100644 --- a/src/Tools/Installer.php +++ b/src/Tools/Installer.php @@ -31,7 +31,7 @@ public function install() $db->query(" CREATE TABLE IF NOT EXISTS `" . Dao::TABLE_NAME . "` ( `id` int(11) NOT NULL AUTO_INCREMENT, - `o_classId` int(11) NOT NULL, + `o_classId` varchar(50) NOT NULL, `description` varchar(255) COLLATE utf8_bin NOT NULL, `configuration` longtext CHARACTER SET latin1, PRIMARY KEY (`id`) @@ -82,4 +82,4 @@ public function uninstall() } } -} \ No newline at end of file +}