feat(multi-schema): ORM-1113 external tables push and diff (#5533)
This PR adds support for external tables during `prisma migrate dev` and
`prisma db push`. For external tables no SQL DDL statements will be
issued during those commands.
Also see https://github.com/prisma/prisma-engines/pull/5529 &
https://github.com/prisma/prisma/pull/27652.