Type error when seeding from a .json file
This is my drizzle schema
this is my seed file json schema
I am importing the json file like
but the enum text fields are showing errors, everything works fine when i hardcode the data.
What is the correct approach for this
0 Replies