Skip to main content

communitiesTableInsertSchema

Admin Docs


Variable: communitiesTableInsertSchema

const communitiesTableInsertSchema: BuildSchema<"insert", { createdAt: PgColumn<{}, {}>; facebookURL: PgColumn<{}, {}>; githubURL: PgColumn<{}, {}>; id: PgColumn<{}, {}>; inactivityTimeoutDuration: PgColumn<{}, {}>; instagramURL: PgColumn<{}, {}>; linkedinURL: PgColumn<{}, {}>; logoMimeType: PgColumn<{}, {}>; logoName: PgColumn<{}, {}>; name: PgColumn<{}, {}>; redditURL: PgColumn<{}, {}>; slackURL: PgColumn<{}, {}>; updatedAt: PgColumn<{}, {}>; updaterId: PgColumn<{}, {}>; websiteURL: PgColumn<{}, {}>; xURL: PgColumn<{}, {}>; youtubeURL: PgColumn<{}, {}>; }, { name: ZodTypeAny | (schema) => ZodTypeAny; }>

Defined in: src/drizzle/tables/communities.ts:113