Justin Ellingwood
12/10/2020, 4:41 PMVictor
12/11/2020, 10:00 PMschema.prisma
we use knex.js
to update the database and then run prisma introspect
so that Prisma itself will update schema.prisma
based on the database.
Both solutions can work well, just thought I'd give this feedback!