Class: AddLootsCtype

Inherits:
ActiveRecord::Migration
  • Object
show all
Defined in:
db/migrate/009_add_loots_ctype.rb

Class Method Summary collapse

Class Method Details

.downObject



6
7
8
# File 'db/migrate/009_add_loots_ctype.rb', line 6

def self.down
  remove_column :loots, :content_type
end

.upObject



2
3
4
# File 'db/migrate/009_add_loots_ctype.rb', line 2

def self.up
  add_column :loots, :content_type, :string
end