微调,暂不可用

This commit is contained in:
sijinhui
2024-04-21 23:57:13 +08:00
parent 4bc7f62c0b
commit cd68a0135e
2 changed files with 7 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ model User {
password String?
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
allowToLogin Boolean @default(true)
accounts Account[]
sessions Session[]
// sites Site[]