Evitar inserción de registros duplicados - Prestashop
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
CREATE TABLE `ps_category_product` ( `id_category` int(10) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `position` int(10) unsigned NOT NULL DEFAULT '0', UNIQUE KEY `category_product_index` (`id_category`,`id_product`), KEY `id_product` (`id_product`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;