// Add multishop for the Blockwishlist

This commit is contained in:
mDeflotte
2012-03-16 15:35:52 +00:00
parent 5dedafbda3
commit 4289ccbaad
8 changed files with 251 additions and 169 deletions
+2
View File
@@ -4,6 +4,8 @@ CREATE TABLE IF NOT EXISTS `PREFIX_wishlist` (
`token` varchar(64) character set utf8 NOT NULL,
`name` varchar(64) character set utf8 NOT NULL,
`counter` int(10) unsigned NULL,
`id_shop` int(10) unsigned default 1,
`id_group_shop` int(10) unsigned default 1,
`date_add` datetime NOT NULL,
`date_upd` datetime NOT NULL,
PRIMARY KEY (`id_wishlist`)