feat(external tables): ORM-1112 add support for shadow db init script (#5542)
This PR adds support for the new `migrations.setupExternalTables` option
in `prisma.config.ts` which will run the given script prior to any
shadow database work to support external tables.