
alter table `blog` add `mod` varchar(1) not null;
alter table `blog` add `refid` text not null;
alter table `blog` add `name` text not null;