You don't need to write the migration until you're done. It's possible to have a very tight feedback loop in any case. I'm doing a lot of work in a Rails codebase where I edit views/functions/procedures all the time. My…
Web frameworks like Rails/Django use the idea of migrations to make changes to the database. The idea is that you have a set of migration scripts like: migrations/1765_create_table_users.sql…
You don't need to write the migration until you're done. It's possible to have a very tight feedback loop in any case. I'm doing a lot of work in a Rails codebase where I edit views/functions/procedures all the time. My…
Web frameworks like Rails/Django use the idea of migrations to make changes to the database. The idea is that you have a set of migration scripts like: migrations/1765_create_table_users.sql…