Followed the tutorial verbatim, still doesnt see local customers table: Error: D1_ERROR: SqliteError

Followed the tutorial verbatim, still doesnt see local customers table: Error: D1_ERROR: SqliteError: no such table: customers. And console.log of the binding (env.DB ) prints
DB ===> D1Database {
  fetcher: Fetcher
}
All I have changed is the database_id to match mine:
[[d1_databases]]
binding = "DB"
database_name = "prod-d1-tutorial"
database_id = "413dbdd7-5226-4d5c-a57e-0c898aa19002"
Was this page helpful?