# # Table structure for table `txp_note` # Don't forget to add the table prefix if you're using one! # CREATE TABLE `txp_note` ( `name` varchar(64) NOT NULL default '', `last_mod` datetime NOT NULL default '0000-00-00 00:00:00', `last_mod_ID` varchar(64) default NULL, `note` text NOT NULL default '', PRIMARY KEY (`name`) ) TYPE=MyISAM; # # Dumping data for table `txp_note` # Don't forget to add the table prefix if you're using one! # INSERT INTO `txp_note` VALUES ('public', '0000-00-00 00:00:00', '', '');