Recreating the dropped table using Prisma and PostgreSQL

Following command will do a soft reset

This command will drop all tables and Recreate Schema with correct column order.

After that, following command will recreate the migration for version control

Leave a comment