Project

General

Profile

1
-- phpMyAdmin SQL Dump
2
-- Erstellungszeit: 15. Mrz 2013 um 18:21
3
-- Server-Version: 5.5.27
4
--
5
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
6
SET time_zone = "+00:00";
7
-- --------------------------------------------------------
8
-- Database structure for WebsiteBaker core
9
--
10
-- Replacements: {TABLE_PREFIX}, {TABLE_ENGINE}, {TABLE_COLLATION}
11
--
12
-- --------------------------------------------------------
13
--
14
-- Tabellenstruktur für Tabelle `{TABLE_PREFIX}mod_output_filter`
15
--
16
DROP TABLE IF EXISTS `{TABLE_PREFIX}mod_output_filter`;
17
CREATE TABLE IF NOT EXISTS `{TABLE_PREFIX}mod_output_filter` (
18
  `sys_rel` int(11) NOT NULL DEFAULT '0',
19
  `email_filter` int(11) NOT NULL DEFAULT '1',
20
  `mailto_filter` int(11) NOT NULL DEFAULT '1',
21
  `at_replacement` varchar(255){TABLE_COLLATION} NOT NULL DEFAULT '(at)',
22
  `dot_replacement` varchar(255){TABLE_COLLATION} NOT NULL DEFAULT '(dot)'
23
){TABLE_ENGINE};
24
-- EndOfFile
(2-2/2)