schema_validate_migration
Validate database migration files for common safety risks prior to execution. Prevents unexpected issues in production environments.
Instructions
Check a migration file for common safety issues before running it (Pro feature)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | ||
| db_type | No | postgres | |
| migration_path | Yes | Path to migration file | |
| table_row_estimates | No | Estimated row counts for tables (e.g., {users: 1000000}) |