Seeding with prisma
hey guys i'm new to prisma orm i'm trying to seed some data to the database with model relationships but i can't figure why I have this error
3 Replies
I've already push
The problem is most likely the price being type number instead of float by default.
hover over the variables to check their types and see if they match
Imo the best way is to prisma generate it's spits out the error and it's really easy to understand not only that it tells exactly where the problem is so you don't have hover and check