CREATE TABLE `blog` (
`id` int( 11 ) NOT NULL AUTO_INCREMENT ,
`iduser` int( 11 ) NOT NULL ,
`type` int( 2 ) NOT NULL ,
`text` text NOT NULL ,
`time` text NOT NULL ,
`zago` text NOT NULL ,
`idkomm` int( 11 ) NOT NULL ,
`rat` int( 11 ) NOT NULL ,
`obntime` text NOT NULL ,
`pos` text NOT NULL ,
PRIMARY KEY ( `id` ) 
) ENGINE = MYISAM DEFAULT CHARSET = utf8;# MySQL    (..  ).

alter table `users` add `blog` varchar(1) not null;
alter table `users` add `blogtime` text not null;