Hmmm I have created a sub set of the scripts that I'm working with. I have a list of all the DROP
Hmmm I have created a sub set of the scripts that I'm working with.
I have a list of all the DROP TABLE IF EXISTS,
and a sub set of CREATE table x4.
and I'm seeing the no such table error again.
I assume this is the correct command to see locally?
Because when I check the table_list, it seems like nothing changed.
I have a list of all the DROP TABLE IF EXISTS,
and a sub set of CREATE table x4.
and I'm seeing the no such table error again.
I assume this is the correct command to see locally?
wrangler d1 execute <db> --command='PRAGMA table_list' --localBecause when I check the table_list, it seems like nothing changed.
