Skip to main content

eventInvitationsTable

API Docs


Variable: eventInvitationsTable

const eventInvitationsTable: PgTableWithColumns<{ }>

Defined in: src/drizzle/tables/eventInvitations.ts:23

Table to store event invitations for both users and non-users. Invitations are created with an email and a secure token. When the recipient accepts the invitation the userId can be linked and an event_attendees record should be created by service logic.