PHP Classes

File: install/dbdeploy/21010401_cms_site_bundle.sql

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis PHP CMS Engine   install/dbdeploy/21010401_cms_site_bundle.sql   Download  
File: install/dbdeploy/21010401_cms_site_bundle.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: 638 bytes
 

Contents

Class file image Download
-- phpMyAdmin SQL Dump -- version 5.0.3 -- -- Table structure for table `melis_cms_site_bundle` -- CREATE TABLE `melis_cms_site_bundle` ( `bun_id` int(11) NOT NULL, `bun_site_id` int(11) NOT NULL, `bun_version_datetime` varchar(14) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Indexes for dumped tables -- -- -- Indexes for table `melis_cms_site_bundle` -- ALTER TABLE `melis_cms_site_bundle` ADD PRIMARY KEY (`bun_id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `melis_cms_site_bundle` -- ALTER TABLE `melis_cms_site_bundle` MODIFY `bun_id` int(11) NOT NULL AUTO_INCREMENT; COMMIT;