drizzle_generate_migration
Generate a new database migration file using drizzle-kit by specifying a migration name and optional config path, supporting schema versioning for SQLite and PostgreSQL.
Instructions
Generate a new migration file using drizzle-kit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the migration | |
| config | No | Path to drizzle config file (optional) |