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?
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?