Wednesday
Aug302006
Rails migrations
Wednesday, August 30, 2006 at 12:10PM The new migrations in Rails are much better than writing native DDL yourself. You can’t describe integrity requirements, but RedHill has a plugin for that.During early stages of development, when the db schema still is in flux, I end up doing a lot of
$ rake db:migrate VERSION=0 $ rake db:migrateto reset the database, which doesn’t feel right, but it gets the trick done.
Hans |
Post a Comment | 


Reader Comments