YeonHoPark
02/15/2021, 4:11 PMRyan
02/15/2021, 4:12 PMYeonHoPark
02/15/2021, 4:14 PMRyan
02/15/2021, 4:18 PM.sql file generated when running prisma migrate commands instead of prisma db push.
Migrate will create an .sql (DDL statements) that will be applied to your database where as db push doesn’t do that and directly maps the schema to the database.Ryan
02/15/2021, 4:20 PMAlberto Perdomo
YeonHoPark
02/16/2021, 12:56 AMYeonHoPark
02/16/2021, 12:57 AM