Просмотр файла table.sql
CREATE TABLE `message` ( `id` int(11) NOT NULL auto_increment, `time` int(11) NOT NULL, `name` text NOT NULL, `text` text NOT NULL, `status` int(1) NOT NULL, `act` int(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;