-- phpMyAdmin SQL Dump
-- version 2.6.2-Debian-3sarge3
-- http://www.phpmyadmin.net
--
-- Vært: CENSORED
-- Genereringstid: 14/03 2007 kl. 20:27:40
-- Serverversion: 4.1.21
-- PHP version: 4.3.10-19
--
-- Database: CENSORED
--
-- --------------------------------------------------------
--
-- Struktur-dump for tabellen fusion_newsletters
--
CREATE TABLE fusion_newsletters
(
newsletter_id
smallint(5) unsigned NOT NULL auto_increment,
newsletter_subject
varchar(200) NOT NULL default '',
newsletter_content
text NOT NULL,
newsletter_format
varchar(5) NOT NULL default 'plain',
newsletter_datestamp
int(10) unsigned NOT NULL default '0',
PRIMARY KEY (newsletter_id
)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
--
-- Data dump for tabellen fusion_newsletters
--
Category Forum
Bugs and Errors - 6Labels
None yet
Statistics
0 participants
Notifications
You are not receiving notifications from this thread.
Related Questions