陈昕

Results 2 comments of 陈昕

> 能否给出示例代码,以及建表sql? > > 听上去像一个 bug。 CREATE TABLE `user` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(45) NOT NULL, `status` tinyint DEFAULT 0, `created_at` int(10) unsigned DEFAULT NULL, `updated_at`...

> > > 能否给出示例代码,以及建表sql? > > > 听上去像一个 bug。 > > > > > > CREATE TABLE `user` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(45) NOT NULL, `status`...