I created the table "articles" and everytime i want to insert something, it displays: "no such table
I created the table "articles" and everytime i want to insert something, it displays: "no such table: main.price"
WTF?
WTF?

Error: D1_ERROR: too many SQL variables at offset 484



Error: D1_ERROR: too many SQL variables at offset 484wrangler d1 export <DATABASE_NAME> --output db.sql --remoteconst data = await db.query.projects.findMany({
limit: PAGE_LIMIT,
where: inArray(
girls.id,
girlsIds.map(({ id }) => id),
),
offset: calcOffset(Number(qs.page), PAGE_LIMIT),
})const data = await db.query.projects.findMany({
where: inArray(
projects.key,
[... //over 100 items]
),
offset: 50,
})