Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ccyrille/35a74447f9a279e4a97936a85dfa1802 to your computer and use it in GitHub Desktop.
Save ccyrille/35a74447f9a279e4a97936a85dfa1802 to your computer and use it in GitHub Desktop.
class AddNewColumnToUsers < ActiveRecord::Base
def change
add_column :users, :new_column, :text
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment