Class: AddLootsCtype
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- AddLootsCtype
- Defined in:
- db/migrate/009_add_loots_ctype.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
6 7 8 |
# File 'db/migrate/009_add_loots_ctype.rb', line 6 def self.down remove_column :loots, :content_type end |
.up ⇒ Object
2 3 4 |
# File 'db/migrate/009_add_loots_ctype.rb', line 2 def self.up add_column :loots, :content_type, :string end |