Sha256: ae0816219ec2b77743afc12163f361299d070106c98d3abc5936850dc5be1f72

Contents?: true

Size: 348 Bytes

Versions: 3

Compression:

Stored size: 348 Bytes

Contents

# This migration comes from spree (originally 20130211191120)
class CreateSpreeStockLocations < ActiveRecord::Migration[4.2]
  def change
    create_table :spree_stock_locations do |t|
      t.string :name
      t.belongs_to :address

      t.timestamps null: false, precision: 6
    end
    add_index :spree_stock_locations, :address_id
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
spree_purchase_order-3.7.0 spec/dummy/db/migrate/20191113195734_create_spree_stock_locations.spree.rb
spree_billing_sisow-0.9.2 spec/dummy/db/migrate/20190729091675_create_spree_stock_locations.spree.rb
spree_billing_sisow-0.9.1 spec/dummy/db/migrate/20190729091675_create_spree_stock_locations.spree.rb