push script is a script that pushes the model that you created in Prisma straight away into your database. This should only be used when you are prototyping, working with local database or just working on your personal project (for fun). For real projects, it is better to use migrate and deploy.