搜索

首页  >  问答  >  正文

我的这个数据库运行错误

create table s7_ note

(

id mediumint unsigned not null auto_ inc rement c omment 'Id',

     title varchar(100) not null comment '标题',

     content longtext not null comment '内容',

     addtime datetime not null default current_timestamp comment '添加时间',

     ip int not null comment 'IP地址',

     primary key(id)

)engine=InnoDB default charset utf8 comment '留言表';


听风说.听风说.2181 天前928

全部回复(0)我来回复

暂无回复
  • 取消回复