add ext_expires_in to Account model for Microsoft OAuth
This commit is contained in:
parent
3a4e04702a
commit
263185ebab
@ -116,6 +116,7 @@ model Account {
|
||||
scope String?
|
||||
id_token String?
|
||||
session_state String?
|
||||
ext_expires_in Int?
|
||||
user User @relation(fields: [userId], references: [id], onDelete: Cascade)
|
||||
|
||||
@@unique([provider, providerAccountId])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user