Hi! Is there anyway to use the prisma CLI to check...
# prisma-client
n
Hi! Is there anyway to use the prisma CLI to check if the remote schema matches the local one?
h
Hmm, you can introspect the remote schema and then compare it with the local version.
🦜 1
npx prisma migrate diff --from-url <> --to-url <>