This commit is contained in:
bipproduction
2025-10-12 21:49:54 +08:00
parent 86d5b435f7
commit 9850fab34d
44 changed files with 8533 additions and 2108 deletions

View File

@@ -13,6 +13,7 @@ model User {
name String?
email String? @unique
password String?
phone String? @unique
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
ApiKey ApiKey[]