-- --------------------------------------------------------
--
-- Table structure for table `ibwf_yoursay`
--
CREATE TABLE `ibwf_blogs` (
`id` int(100) NOT NULL auto_increment,
`uid` int(100) NOT NULL default '0',
`text` blob NOT NULL,
`bgdate` int(100) NOT NULL default '0',
PRIMARY KEY (`id`),
) ENGINE=MyISAM AUTO_INCREMENT=746 ;
can any 1 pls fix dis.
--
-- Table structure for table `ibwf_yoursay`
--
CREATE TABLE `ibwf_blogs` (
`id` int(100) NOT NULL auto_increment,
`uid` int(100) NOT NULL default '0',
`text` blob NOT NULL,
`bgdate` int(100) NOT NULL default '0',
PRIMARY KEY (`id`),
) ENGINE=MyISAM AUTO_INCREMENT=746 ;
can any 1 pls fix dis.
Comment