ALTER TABLE kx_user MODIFY COLUMN birthday bigint(11) NULL DEFAULT 0 COMMENT '生日' AFTER real_name;