// MERGE with trunk revision 7754
This commit is contained in:
+11
-1
@@ -61,7 +61,7 @@ CREATE TABLE `PREFIX_attachment` (
|
||||
`id_attachment` int(10) unsigned NOT NULL auto_increment,
|
||||
`file` varchar(40) NOT NULL,
|
||||
`file_name` varchar(128) NOT NULL,
|
||||
`mime` varchar(64) NOT NULL,
|
||||
`mime` varchar(128) NOT NULL,
|
||||
PRIMARY KEY (`id_attachment`)
|
||||
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8;
|
||||
|
||||
@@ -290,6 +290,16 @@ CREATE TABLE `PREFIX_cms_category_lang` (
|
||||
KEY `category_name` (`name`)
|
||||
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8;
|
||||
|
||||
CREATE TABLE `PREFIX_compare_product` (
|
||||
`id_compare_product` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`id_product` int(10) unsigned NOT NULL,
|
||||
`id_guest` int(10) unsigned NOT NULL,
|
||||
`id_customer` int(10) unsigned NOT NULL,
|
||||
`date_add` datetime NOT NULL,
|
||||
`date_upd` datetime NOT NULL,
|
||||
PRIMARY KEY (`id_compare_product`)
|
||||
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8;
|
||||
|
||||
CREATE TABLE `PREFIX_configuration` (
|
||||
`id_configuration` int(10) unsigned NOT NULL auto_increment,
|
||||
`id_group_shop` INT(11) UNSIGNED DEFAULT NULL,
|
||||
|
||||
Reference in New Issue
Block a user