-- phpMyAdmin SQL Dump -- version 2.8.2.4 -- http://www.phpmyadmin.net -- -------------------------------------------------------- -- -- Table structure for table `guestbookentries` -- CREATE TABLE `guestbookentries` ( `guestbookentry` bigint(20) NOT NULL auto_increment, `name` text NOT NULL, `date` datetime NOT NULL, `website` text NOT NULL, `entry` text NOT NULL, PRIMARY KEY (`guestbookentry`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Dumping data for table `guestbookentries` --