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