Opinion: Your Tests Can't See What a Migration Destroys — Dry-Run It on a Clone
MonkeyCode's outreach article argues that green test suites are insufficient for validating AI-generated database migrations because tests run against the post-migration schema and miss intermediate s…