Hey alll.... not sure if we've got a weird requirement here....... We are wanting to use Prisma to interface with our database... we've used introspect to generate our schema, and we can deploy that and that works....
However.... the database structure may be updated somewhere else, and deployed separately... meaning that any future deployments of our database interface would possibly break.. I assuming this is where migrate comes in, and we need to be using migrate for updating our database structure now?