Hey there everyone:
We have a development environment with a remote development postgres server (hence, everything which is merged into DEV trunc is running against remote PG development server).
I've read the following:
https://www.prisma.io/docs/guides/database/developing-with-prisma-migrate/team-development The document mentions:
"Ania and Javier make additive changes to the schema in their local environment and generate migrations"
Does this then recommend a developer run a shadow DB instance (local PG db) against the remote postgress instance to obtain the latest changes from the development environment in order to test/develop against?
I'm trying to understand the typical prisma development workflow using a PG
Appreciate anyone's feedback here 👍