Melvin Gaye
07/23/2021, 2:26 PMRyan
07/23/2021, 2:37 PMprisma migrate dev --create-only
2. Add the proc to the .sql file.
3. Run prisma migrate dev to apply the migration. The proc will also be created as Migrate executes the SQL written in the migration fileMelvin Gaye
07/23/2021, 2:49 PM