seed_reset_script
Generate database reset and re-seed scripts with environment safety checks. Specify ORM and allowed environments to produce safe, migration-aware scripts.
Instructions
Pro: Generate database reset and re-seed scripts with environment safety checks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orm | Yes | ORM in use | |
| api_key | No | API key for authentication | |
| environments | No | Environments where reset is allowed | |
| include_migrations | No | Whether to re-run migrations before seeding |