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] Test function calls as default value for PG #3594

Open ooflorent opened 6 hours ago

ooflorent commented 6 hours ago

In specific case, drizzle-kit pull is not able to generate a valid schema. This test checks if drizzle is able to generate the default value for md5('str').

Relates to #3593