mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 20:37:46 +00:00
docs: update db schema
This commit is contained in:
@@ -413,6 +413,12 @@ Table Name: `account`
|
||||
description: "The scope of the account. Returned by the provider",
|
||||
isOptional: true,
|
||||
},
|
||||
{
|
||||
name: "idToken",
|
||||
type: "string",
|
||||
description: "The id token returned from the provider",
|
||||
isOptional: true,
|
||||
},
|
||||
{
|
||||
name: "password",
|
||||
type: "string",
|
||||
|
||||
Reference in New Issue
Block a user