This commit is contained in:
2026-01-24 21:17:11 +08:00
parent a83dc1bf23
commit fea68a736f
2 changed files with 3 additions and 8 deletions

View File

@@ -8,6 +8,7 @@ export default defineSchema({
}),
xiong: defineTable({
name: v.string(),
title: v.string(),
}),
users: defineTable({
id: v.string(), // 外部系统的用户 ID