输入banner图图片脚本导航/分类

mysql 5.6 datetime default now()

CREATE TABLE `test` (   id int,   `gmt_create` datetime  DEFAULT NOW() not NULL )ENGINE=InnoDB; mysql5.5 不支持  datetime   DEFAULT NOW()  的写法,mysql5.6可以!

mysql 5.6 datetime default now()

标签: