Just a collection of some random cool stuff. PS. Almost 99% of the contents here are not mine and I don't take credit for them, I reference and copy part of the interesting sections.
$ script/generate migration FixColumnName
def self.up rename_column :table_name, :old_column, :new_column end
$ rake db:migrate
$
rake db:migrate
Post a Comment
No comments:
Post a Comment