I'm unable to reproduce this with a simple worker: ``` export interface Env { DB: D1Database; } e
I'm unable to reproduce this with a simple worker:
where I've run
where I've run
CREATE TABLE IF NOT EXISTS "test_table" ("val1" INTEGER); beforehand. Could you provide a repo with a minimal reproduction?
