您好,欢迎访问一九零五行业门户网

mysql-MySQL建表语句怎么出错了?

mysql
create table posts (post_id int(8) unsigned not null auto_increment,primary key(post_id),post_user_id int(8) unsigned,post_date int(10) unsigned,post_url varchar(100),post_title varchar(100),post_end_date int(10) unsigned,post_slogan varchar(10),post_content varchar,post_status char(1))
其它类似信息

推荐信息