5 Replies
I am also looking for ways to do this.
any one knows how to add dafalut rows in Migrations🤔
Hi there. You'll have to write insert statements in a migration file to do that. There are plans to improve DX on this regard but for now this is the only way
OK, i got it,thank you
I recommend participating in an ongoing conversation about adding TS migrations (and other migration improvements)
https://github.com/drizzle-team/drizzle-orm/discussions/2832
GitHub
Migrations folder structure v3 · drizzle-team drizzle-orm · Discuss...
Based on production feedback our migrations folder structure completely unusable due to git incompatibility Current migrations folder structure looks like below 📦 <project root> └ 📂 drizzle ├...
👌