--
-- 表的结构 `yi_article`
-- create table if not exists `yi_article` ( `id` int(11) unsigned not null auto_increment, `title` varchar(256) not null, `content` mediumtext not null, `add_man` varchar(20) not null, `add_time` datetime not null, `views` int