Class: ConvertServiceInfoToText
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- ConvertServiceInfoToText
- Defined in:
- db/migrate/024_convert_service_info_to_text.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
7 8 9 |
# File 'db/migrate/024_convert_service_info_to_text.rb', line 7 def self.down change_column :services, :info, :string, :limit => 65536 end |
.up ⇒ Object
3 4 5 |
# File 'db/migrate/024_convert_service_info_to_text.rb', line 3 def self.up change_column :services, :info, :text end |