Skip to content

Instantly share code, notes, and snippets.

@rafa2000
Created March 6, 2009 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafa2000/74961 to your computer and use it in GitHub Desktop.
Save rafa2000/74961 to your computer and use it in GitHub Desktop.
# Migrations from script/console
>> irb ActiveRecord::Schema
>> remove_column :books, :longname
>> remove_index :books, :shortisbn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment