Meine Datenbank läuft fehlerhaft
听风说.
听风说. 2018-12-26 21:04:05
0
0
835

create table s7_ note

(

id mediumint unsigned not null auto_ inc rement comment 'Id',

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

content longtext not null comment 'content',

Addtime datetime not null default current_timestamp comment 'Time hinzufügen',

ip int not null comment 'IP address',

Primary Key(id)

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


听风说.
听风说.

Antworte allen (0)
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage
Über uns Haftungsausschluss Sitemap
Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!