Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ccyrille/da10efcfcae2dadea36575b61fb2a7af to your computer and use it in GitHub Desktop.
Save ccyrille/da10efcfcae2dadea36575b61fb2a7af to your computer and use it in GitHub Desktop.
class ChangeUsersNewColumnNull < ActiveRecord::Migration
def change
change_column_null :users, :new_column, false
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment