Dhravya / cloudflare-saas-stack

Quickly make and deploy full-stack apps with database, auth, styling, storage etc. figured out for you. Add all primitives you want.
3.09k stars 231 forks source link

Add db:generate and db:migrate command #50

Closed andthezhang closed 3 weeks ago

andthezhang commented 3 weeks ago

Tested with my setup. I am able to migrate for both prod db and dev local db.

I am adding db:migrate:dev instead of migrate:dev. Feel like prefixing db: is a common pattern.