diff --git a/docs/content/docs/plugins/organization.mdx b/docs/content/docs/plugins/organization.mdx index 9420031506..accc462d20 100644 --- a/docs/content/docs/plugins/organization.mdx +++ b/docs/content/docs/plugins/organization.mdx @@ -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",