-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
curious why you are using createSelectSchema instead of createInsertSchema ?
| export const insertResourceSchema = createSelectSchema(resources) |
import {
createInsertSchema,
createSelectSchema,
createUpdateSchema,
} from "drizzle-zod";
export const insertResourceSchema = createSelectSchema(resources)
Metadata
Metadata
Assignees
Labels
No labels