mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-27 01:16:55 -05:00
docs(fix): add inviterId field to invitation schema (#1330)
This commit is contained in:
@@ -832,6 +832,12 @@ Table Name: `invitation`
|
||||
type: "string",
|
||||
description: "The email address of the user"
|
||||
},
|
||||
{
|
||||
name: "inviterId",
|
||||
type: "string",
|
||||
description: "The id of the inviter",
|
||||
isForeignKey: true
|
||||
},
|
||||
{
|
||||
name: "organizationId",
|
||||
type: "string",
|
||||
|
||||
Reference in New Issue
Block a user