My database is running incorrectly
听风说.
听风说. 2018-12-26 21:04:05
0
0
834

create table s7_ note

(

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

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

content longtext not null comment 'content',

addtime datetime not null default current_timestamp comment 'Add time',

ip int not null comment 'IP address' ,

primary key(id)

)engine=InnoDB default charset utf8 comment 'Message table';


听风说.
听风说.

reply all (0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!