Hi, I am having major issues uploading a large amount of data from a .sql dump to D1 "136,000 rows"
Hi, I am having major issues uploading a large amount of data from a .sql dump to D1 "136,000 rows" any tips / help you guys can offer ?

npm run dev working after adding D1? I'm assuming we would need to tell it to run the local db
RETURNING * to the end of the queryRETURNING id just for the id columnError: D1_ERROR: no such table: company, I have my D! config in my toml file and when I run my pages I pass --d1=DB which matches the binding name in my toml, what have I done wrong ?
wrangler d1 execute DB --local --command "select * from company" return?
status text NOT NULL DEFAULT 'active' assuming that the status would default to active but it's not working, I could swear this worked in the past but I'm having issues right now
RETURNING *RETURNING idError: D1_ERROR: no such table: company