Cannot insert rows with drizzle
I have the following schema
and I am trying to seed my database with test rows like this
However, it seems like it does not get past the insert as the "Database seeded" message is never logged in the console. Is there something I am doing wrong?
1 Reply
After investigating, I discovered that it only fails in the seed file. I can successfully insert rows if I run that code in main.ts file