class AllowLongerComments < ActiveRecord::Migration def self.up change_column :public_body_versions, :last_edit_comment, :text end def self.down change_column :public_body_versions, :last_edit_comment, :string end end