Class: ExpandNotes
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- ExpandNotes
- Defined in:
- db/migrate/20110922000000_expand_notes.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
5 6 7 |
# File 'db/migrate/20110922000000_expand_notes.rb', line 5 def self.down change_column :notes, :data, :string, :limit => 65536 end |
.up ⇒ Object
2 3 4 |
# File 'db/migrate/20110922000000_expand_notes.rb', line 2 def self.up change_column :notes, :data, :text end |