diff --git a/SBF.sql b/SBF.sql index f949e788..ac2cfadf 100644 --- a/SBF.sql +++ b/SBF.sql @@ -31,7 +31,6 @@ CREATE TABLE IF NOT EXISTS `attributes` ( -- ---------------------------- -- Table structure for users -- ---------------------------- - CREATE TABLE IF NOT EXISTS `users` ( `id` int(12) NOT NULL AUTO_INCREMENT, `email` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL, @@ -44,7 +43,6 @@ CREATE TABLE IF NOT EXISTS `users` ( -- ---------------------------- -- Table structure for models -- ---------------------------- -======= CREATE TABLE IF NOT EXISTS `models` ( `name` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL, `model` MEDIUMBLOB NULL DEFAULT NULL,