所有修改列的属性都可以这个来操作:

ALTER TABLE user MODIFY create_time datetime NOT NULL DEFAULT '0000-00-00 00:00:00'  COMMENT '创建时间';