What is `new_databases` under the `[[migrations]]`? The `[[migrations]]` block is for the Durable Ob

What is
new_databases
under the
[[migrations]]
? The
[[migrations]]
block is for the Durable Objects, not D1. See https://developers.cloudflare.com/durable-objects/reference/durable-objects-migrations/

Also, from the error
Error: TypeError: dba.prepare is not a function
it seems you are using
dba
as the D1 Binding variable, but your actual binding in your wrangler toml seems to be defined as
DB
, so without the code you are actually running I am not sure what you are doing wrong.
Was this page helpful?