Add new fields (meta_title, meta_description and meta_keyword) under I18N Product
This commit is contained in:
@@ -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`)
|
||||
|
||||
Reference in New Issue
Block a user