Sha256: 0c101920f6e6f98557eff2bd49d9020ebe3d10b751809fcdfe57fc4b9a5456ad
Contents?: true
Size: 454 Bytes
Versions: 4
Compression:
Stored size: 454 Bytes
Contents
class AddMaestranoToMonsters < ActiveRecord::Migration def self.up change_table(:monsters) do |t| ## User source identification fields t.string :provider t.string :uid end end def self.down # By default, we don't want to make any assumption about how to roll back this migration. # Please edit below which fields you would like to remove in this migration. raise ActiveRecord::IrreversibleMigration end end
Version data entries
4 entries across 4 versions & 1 rubygems