测试增加邮件认证

This commit is contained in:
sijinhui
2024-03-22 14:49:10 +08:00
parent 8efbed2c28
commit c84e223ca5
9 changed files with 95 additions and 30 deletions

View File

@@ -21,6 +21,7 @@ model User {
email String? @unique
emailVerified DateTime?
image String?
password String?
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
accounts Account[]