Project

General

Profile

1
-- phpMyAdmin SQL Dump
2
-- Server version 5.5.7
3
-- Erstellungszeit: 15. Mrz 2013 um 18:21
4
--
5
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
6
-- --------------------------------------------------------
7
-- Database structure for WebsiteBaker core
8
--
9
-- Replacements: {TABLE_PREFIX}, {TABLE_ENGINE}, {TABLE_COLLATION}
10
--
11
-- --------------------------------------------------------
12
--
13
-- Tabellenstruktur für Tabelle `mod_wrapper`
14
--
15
CREATE TABLE IF NOT EXISTS `{TABLE_PREFIX}mod_wrapper` (
16
  `section_id` int(11) NOT NULL DEFAULT '0',
17
  `page_id` int(11) NOT NULL DEFAULT '0',
18
  `url` text{TABLE_COLLATION} NOT NULL DEFAULT '',
19
  `height` int(11) NOT NULL DEFAULT '0',
20
  PRIMARY KEY (`section_id`)
21
){TABLE_ENGINE};
22
--
23
-- EndOfFile
    (1-1/1)