Skip to main content

usersTableInsertSchema

Admin Docs


Variable: usersTableInsertSchema

const usersTableInsertSchema: BuildSchema<"insert", { addressLine1: PgColumn<{}, {}>; addressLine2: PgColumn<{}, {}>; avatarMimeType: PgColumn<{}, {}>; avatarName: PgColumn<{}, {}>; birthDate: PgColumn<{}, {}>; city: PgColumn<{}, {}>; countryCode: PgColumn<{}, {}>; createdAt: PgColumn<{}, {}>; creatorId: PgColumn<{}, {}>; description: PgColumn<{}, {}>; educationGrade: PgColumn<{}, {}>; emailAddress: PgColumn<{}, {}>; employmentStatus: PgColumn<{}, {}>; homePhoneNumber: PgColumn<{}, {}>; id: PgColumn<{}, {}>; isEmailAddressVerified: PgColumn<{}, {}>; maritalStatus: PgColumn<{}, {}>; mobilePhoneNumber: PgColumn<{}, {}>; name: PgColumn<{}, {}>; natalSex: PgColumn<{}, {}>; naturalLanguageCode: PgColumn<{}, {}>; passwordHash: PgColumn<{}, {}>; postalCode: PgColumn<{}, {}>; role: PgColumn<{}, {}>; state: PgColumn<{}, {}>; updatedAt: PgColumn<{}, {}>; updaterId: PgColumn<{}, {}>; workPhoneNumber: PgColumn<{}, {}>; }, { emailAddress: ZodTypeAny | (schema) => ZodTypeAny; isEmailAddressVerified: ZodTypeAny | (schema) => ZodTypeAny; name: ZodTypeAny | (schema) => ZodTypeAny; passwordHash: ZodTypeAny | (schema) => ZodTypeAny; role: ZodTypeAny | (schema) => ZodTypeAny; }>

Defined in: src/drizzle/tables/users.ts:651