Merge branch 'feat/improve-agent-prompt'
This commit is contained in:
5
api/migrations/add_user_profile_fields.sql
Normal file
5
api/migrations/add_user_profile_fields.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- 添加用户基础资料字段(出生年份、出生地、成长地、职业)
|
||||
ALTER TABLE users ADD COLUMN IF NOT EXISTS birth_year INTEGER;
|
||||
ALTER TABLE users ADD COLUMN IF NOT EXISTS birth_place VARCHAR;
|
||||
ALTER TABLE users ADD COLUMN IF NOT EXISTS grew_up_place VARCHAR;
|
||||
ALTER TABLE users ADD COLUMN IF NOT EXISTS occupation VARCHAR;
|
||||
Reference in New Issue
Block a user