jknr
08/17/2020, 5:01 PM@map
directives being lost from introspect, so does it mean that to support those things we will have to move from existing migration solution (eg. knex or umzug) to prisma migrate?Alberto Perdomo
janpio
npx prisma introspect --experimental-reintrospection
all your manual changes should be kept around. We will soon merge this experimental command into the main introspect
to make this the default behavior.jknr
08/18/2020, 6:54 PM