1
0
Fork 0
dokkan-data-rails/db/migrate/20151014143908_add_verified_to_cards.rb
2015-10-20 16:43:19 -04:00

5 lines
133 B
Ruby

class AddVerifiedToCards < ActiveRecord::Migration
def change
add_column :cards, :verified, :boolean, default: false
end
end