T3 Drizzle Questions: Push, Migrate, Etc
Apologies I'm still pretty new to using ORM's, I've only worked with Prisma a few times in the past as well.
When I say, add a new table, or add a new column to a table, I simply need to call
So when exactly would I need to deal with Migrations with Drizzle Kit..?
When I say, add a new table, or add a new column to a table, I simply need to call
pnpm db:push afterwards and it'll push that up to PlanetScale for me.So when exactly would I need to deal with Migrations with Drizzle Kit..?