drizzle-team / drizzle-orm

Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅
https://orm.drizzle.team
Apache License 2.0
24.61k stars 649 forks source link

[drizzle-kit] fix: exclude _cf_KV table #3550

Open mo36924 opened 1 week ago

mo36924 commented 1 week ago

Exclude the _cf_KV table from the results when searching for check constraints.

This PR solves the following problems https://www.answeroverflow.com/m/1299961218295136277

Push to d1 can be executed successfully with this PR and #2941.