Also unrelated, I'm created a table with this query: ```sql CREATE TABLE Casts ( id int8 NOT NU
Also unrelated, I'm created a table with this query:
I know it has some less common data types but the table seems to create just fine and I can add data from the Cloudflare dashboard.
Only problem is when I try to read it from a worker, I always gets
I know it has some less common data types but the table seems to create just fine and I can add data from the Cloudflare dashboard.
Only problem is when I try to read it from a worker, I always gets
D1_ERROR: SqliteError: no such table: Casts

