Solid walkthrough of the prisma migrate deploy vs prisma migrate dev distinction — that trips up a lot of teams on first production push. One gotcha worth adding: if you run prisma generate in CI without pinning your Prisma engine version, you can get subtle binary mismatches between local dev and the CI runner that surface as cryptic query engine panics at runtime.