alter table user add column password_state bit(1) not null default 1 comment '初始密码状态'; ALTER table item add COLUMN department_id BIGINT(20) comment '所属部门';