Add new fields (meta_title, meta_description and meta_keyword) under I18N Product

This commit is contained in:
touffies
2013-11-28 12:00:07 +01:00
parent 2549369b45
commit a3beb4c6f4
7 changed files with 1656 additions and 1281 deletions

View File

@@ -1652,6 +1652,9 @@ CREATE TABLE `product_i18n`
`description` LONGTEXT,
`chapo` TEXT,
`postscriptum` TEXT,
`meta_title` VARCHAR(255),
`meta_description` TEXT,
`meta_keyword` TEXT,
PRIMARY KEY (`id`,`locale`),
CONSTRAINT `product_i18n_FK_1`
FOREIGN KEY (`id`)