YeonHoPark
02/24/2021, 3:25 PMAlberto Perdomo
prisma migrate dev --create-only
3. Edit the migration.sql
file, removing the ALTER TABLE DROP COLUMN
and ALTER TABLE CREATE COLUMN
statements and inserting the ALTER TABLE
statement instead.
4. Apply migration with prisma migrate dev
Have you tried this?YeonHoPark
02/24/2021, 3:42 PMtom
02/24/2021, 3:52 PM