添加字典功能及初始化数据

This commit is contained in:
2025-12-22 21:56:10 +08:00
parent 180fe20347
commit 7d53a059d7
31 changed files with 1894 additions and 79 deletions
+8
View File
@@ -0,0 +1,8 @@
-- 理想生活状态
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 '职业';