How to make a nullable field from table schema be notNull using drizzle-zod?
In this case, I want to make the
last_name
a required field in the updateProfileSchema
.
0 Replies
last_name
a required field in the updateProfileSchema
.