PHP Classes

File: install/dbdeploy/14919_engine_update.sql

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis PHP CMS Engine   install/dbdeploy/14919_engine_update.sql   Download  
File: install/dbdeploy/14919_engine_update.sql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Melis PHP CMS Engine
Engine to manage the content page data
Author: By
Last change:
Date: 2 years ago
Size: 464 bytes
 

Contents

Class file image Download
-- ----------------------------------------------------- -- Table `melis_cms_gdpr_texts` -- ----------------------------------------------------- DROP TABLE IF EXISTS `melis_cms_gdpr_texts`; CREATE TABLE IF NOT EXISTS `melis_cms_gdpr_texts` ( `mcgdpr_text_id` INT NOT NULL AUTO_INCREMENT, `mcgdpr_text_site_id` INT(11) NOT NULL, `mcgdpr_text_lang_id` INT NOT NULL, `mcgdpr_text_value` LONGTEXT NOT NULL, PRIMARY KEY (`mcgdpr_text_id`)) ENGINE = InnoDB;