Sha256: 7701ba1696219acd59d3121c9accce9ef2e042cebcaf8279544aefa4c220f009

Contents?: true

Size: 123 Bytes

Versions: 3

Compression:

Stored size: 123 Bytes

Contents

class AddStoreToPurchase < ActiveRecord::Migration[6.1]
  def change
    add_column :purchases, :store, :integer
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
human_attributes-1.1.0 spec/dummy/db/migrate/20211103114830_add_store_to_purchase.rb
human_attributes-1.0.0 spec/dummy/db/migrate/20211103114830_add_store_to_purchase.rb
human_attributes-0.7.1 spec/dummy/db/migrate/20211103114830_add_store_to_purchase.rb