docs: update db schema

This commit is contained in:
Bereket Engida
2025-01-01 21:15:36 +03:00
parent 2125043451
commit cf575f6c41

View File

@@ -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",