migrate doesn't accept the db object obtained via yield* Drizzle. It fails with a cryptic error message.yield* db.select().from(sampleTable) nor the SqlClient.SqlClient with yield* sql"SELECT * FROM repro_sample" find the tables created via the migration even though I can confirm that they do exist.CREATE TABLE command using the SqlClient.SqlClient instance the Drizzle query underneath succeeds.