hanami / cli

Hanami command line
MIT License
26 stars 24 forks source link

Generate migrations with `generate migration` #179

Open timriley opened 2 weeks ago

timriley commented 2 weeks ago

For implementation, see the db create_migration command that I removed in https://github.com/hanami/cli/pull/178. We can probably reuse a lot of its code. (Although we shouldn't feel beholden to it; if we can see a better approach, let's feel free to do that!)