Home
Ruby on Rails
Cheatsheets
script/generate migration new_migration_filename
field_name:column_type name:string age:integer date_of_birth:date
A look at the new features and syntax available in migrations on Rails 2.0
More
A brilliant plugin that makes changing your database schema even easier and faster.
More