This commit is contained in:
freedakgmail
2025-11-30 14:00:42 +08:00
parent 89f1e061d4
commit b7f3592db3
167 changed files with 1334 additions and 1038 deletions
+3
View File
@@ -102,6 +102,7 @@ model FamilyMember {
// 地点
ancestralHome String?
birthPlace String?
deathPlace String?
burialPlace String?
// 联系方式
@@ -109,6 +110,7 @@ model FamilyMember {
telephone String?
email String?
address String?
occupation String?
// 关系
fatherId String?
@@ -127,6 +129,7 @@ model FamilyMember {
avatarImageId String?
photoIds String[] @default([]) // 已弃用,用于兼容
photos Json? @default("[]") // 新格式:[{ url, caption, uploadedAt }]
stories Json? @default("[]") // 家族故事
// 元数据
createdAt DateTime @default(now())