PHP Classes

File: createmysql4.0.xtablewiththisifneeded.sql

Recommend this page to a friend!
  Classes of flaimo   SMS/E-Mail Ticker   createmysql4.0.xtablewiththisifneeded.sql   Download  
File: createmysql4.0.xtablewiththisifneeded.sql
Role: Configuration script
Content type: text/plain
Description: sql script
Class: SMS/E-Mail Ticker
Small ticker based on an e-mail account
Author: By
Last change:
Date: 20 years ago
Size: 655 bytes
 

Contents

Class file image Download
# phpMyAdmin MySQL-Dump
# version 2.5.1-rc1
# http://www.phpmyadmin.net/ (download page)
#
# Host: 127.0.0.1
# Erstellungszeit: 27. Mai 2003 um 01:36
# Server Version: 4.0.12
# PHP-Version: 4.3.0
# Datenbank: `ticker`
# --------------------------------------------------------

#
# Tabellenstruktur für Tabelle `ticker_backup`
#
# Erzeugt am: 27. Mai 2003 um 00:56
# Aktualisiert am: 27. Mai 2003 um 01:17
#

CREATE TABLE `ticker_backup` (
  `id` mediumint(10) unsigned NOT NULL auto_increment,
  `date` int(10) unsigned default NULL,
  `message` varchar(255) default NULL,
  PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=2 ;