Sha256: 2dbfccc68f17646cd61795f6d6f668f38febd713d688f575797195328e07f85b
Contents?: true
Size: 232 Bytes
Versions: 16
Compression:
Stored size: 232 Bytes
Contents
# frozen_string_literal: true class AddExtraDataToAranhaAddresses < ( Rails.version < '5' ? ActiveRecord::Migration : ActiveRecord::Migration[4.2] ) def change add_column :aranha_addresses, :extra_data, :text end end
Version data entries
16 entries across 16 versions & 2 rubygems