execute('CREATE TABLE IF NOT EXISTS `'._DB_PREFIX_.'ets_rv_product_comment_video` ( `id_ets_rv_product_comment_video` INT(11) NOT NULL AUTO_INCREMENT , `id_ets_rv_product_comment` INT(11), `video` VARCHAR(500) NOT NULL , `type` VARCHAR(32) NOT NULL , `position` INT(11) NOT NULL , PRIMARY KEY (`id_ets_rv_product_comment_video`), INDEX (`position`),INDEX(`id_ets_rv_product_comment`)) ENGINE= '._MYSQL_ENGINE_.' COLLATE=utf8_general_ci DEFAULT CHARSET=utf8'); return true; }