There are two ways of applying Data migrations in Prisma, and that’s push and deploy.

push

push pushes the updated model straight into a database. Because of that, it should only be used when working with a database locally or for prototyping.

deploy

deploy should be used after a script that creates a migration