# phpMyAdmin MySQL-Dump
# version 2.3.2
# http://www.phpmyadmin.net/ (download page)
#
# Host: localhost
# Generation Time: Feb 03, 2003 at 06:14 PM
# Server version: 3.23.51
# PHP Version: 4.1.2
# Database : `halfsane`
# --------------------------------------------------------
#
# Table structure for table `news`
#
CREATE TABLE `news` (
`title` text NOT NULL,
`news` text NOT NULL,
`admin` text NOT NULL,
`date` datetime NOT NULL default '0000-00-00 00:00:00',
`id` int(11) NOT NULL default '0'
) TYPE=MyISAM;