Hi. When I create migration `npx prisma migrate de...
# orm-help
n
Hi. When I create migration
npx prisma migrate dev --name name-migration
like in docs https://www.prisma.io/docs/guides/database/developing-with-prisma-migrate#create-migrations field
applied_steps_count
in table
_prisma_migrations
equals
Null
insted of 1. How can I fix it?
j
Hi! What was the content of the migration.sql file?