Sha256: cfb21bcb03697676bbc6e318b6ed0696f9eca845657a7ff1ba5ac34bf9ab5c4a

Contents?: true

Size: 167 Bytes

Versions: 4

Compression:

Stored size: 167 Bytes

Contents

class ExtendNotesValueFieldLength < ActiveRecord::Migration[4.2]
  def self.up
    change_column :notes, :value, :string, limit: 4000
  end

  def self.down
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.14.5 db/migrate/20110512132624_extend_notes_value_field_length.rb
iqvoc-4.14.4 db/migrate/20110512132624_extend_notes_value_field_length.rb
iqvoc-4.13.2 db/migrate/20110512132624_extend_notes_value_field_length.rb
iqvoc-4.13.0 db/migrate/20110512132624_extend_notes_value_field_length.rb