PHP Classes

File: contents/plugins/calltocode/install/db.sql

Recommend this page to a friend!
  Classes of Minh Tien   Noblesse CMS   contents/plugins/calltocode/install/db.sql   Download  
File: contents/plugins/calltocode/install/db.sql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Noblesse CMS
Content management system with custom plugins
Author: By
Last change:
Date: 8 years ago
Size: 1,208 bytes
 

Contents

Class file image Download
-- phpMyAdmin SQL Dump -- version 4.1.12 -- http://www.phpmyadmin.net -- -- Host: 127.0.0.1 -- Generation Time: Sep 28, 2015 at 04:27 PM -- Server version: 5.6.16 -- PHP Version: 5.5.11 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Database: `2015_project_noblessev2` -- -- -------------------------------------------------------- -- -- Table structure for table `calltocode` -- CREATE TABLE IF NOT EXISTS `calltocode` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `content` longtext, `type` varchar(30) NOT NULL DEFAULT 'html', `friendly_url` varchar(255) NOT NULL, `date_added` datetime NOT NULL, `status` int(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;