-- 理想生活状态 alter table emotion_museum.t_user_profile add ideal_life varchar(100) null comment '理想生活状态'; -- 职业 alter table emotion_museum.t_user_profile add profession varchar(100) null comment '职业';