Skip to main content

oauthAccountsTableInsertSchema

API Docs


Variable: oauthAccountsTableInsertSchema

const oauthAccountsTableInsertSchema: BuildSchema<"insert", { email: PgColumn<{ }, { }, { }>; id: PgColumn<{ }, { }, { }>; lastUsedAt: PgColumn<{ }, { }, { }>; linkedAt: PgColumn<{ }, { }, { }>; profile: PgColumn<{ }, { }, { }>; provider: PgColumn<{ }, { }, { }>; providerId: PgColumn<{ }, { }, { }>; userId: PgColumn<{ }, { }, { }>; }, undefined, undefined>

Defined in: src/drizzle/tables/oauthAccount.ts:107