go4cas
04/23/2020, 7:59 AM@map
directive, but it seems that one will have to do it manually for every field in every table. Also, when schema changes are applied on the database, prisma introspect
will override the hand coded changes in prisma.schema
. Any advice?Ryan
04/23/2020, 8:15 AM@map
directive and also you can run this as a postscript to prisma introspect
go4cas
04/23/2020, 8:21 AM