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
21.52k stars 487 forks source link

[BUG]: SQl commands in wrong roder #2390

Open 0xMALVEE opened 1 month ago

0xMALVEE commented 1 month ago

What version of drizzle-orm are you using?

^0.30.6

What version of drizzle-kit are you using?

^0.20.14

Describe the Bug

commands in wrong order. It's trying to run ALTER TABLE stores ADD CONSTRAINT stores_SubDomain_unique UNIQUE(SubDomain); before creating the column! major bug image

Expected behavior

commands should be in right order.

Environment & setup

No response