Can we add/remove column/table into development DB directly and pull changes to schema and generate migration without Data loss of development DB and as well as migration applies to production DB
Whenever we RUN npx prisma migrate dev to generate migration from direct change of development DB
Its always shows drift and data loss warning