我的这个数据库运行错误
听风说.
听风说. 2018-12-26 21:04:05
0
0
830

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 '留言表';


听风说.
听风说.

全部回复(0)
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!