Handling Migrations with Drizzle and Effect/SQL for MySQL
How to deal with migrations using mysql, drizzle migrator and effect/sql? Basically I'm creating a mysql container whenever I run the tests and trying to migrate using the 'migrator' package from drizzle
And I'm getting the error
I've tried to run the migrations reading the files and executing with the SqlClient but no success yet.
And I'm getting the error
(FiberFailure) TypeError: Cannot read properties of undefined (reading 'insertId')I've tried to run the migrations reading the files and executing with the SqlClient but no success yet.
