落地 synastry/star/ask API 与 H5 页面,补齐 cece-frontend-re complete-design 证据文档,并加入 Android 模拟器截图抓取脚本。 Co-authored-by: Cursor <cursoragent@cursor.com>
3 lines
159 B
SQL
3 lines
159 B
SQL
-- birth_place already on profiles from init; ensure column exists for older DBs.
|
|
ALTER TABLE profiles ADD COLUMN IF NOT EXISTS birth_place varchar(128) NULL;
|