Sha256: 2476aa7af97cf1db95be4b8594b37a9be67086ca46ce7cead59cb5589194e6d3
Contents?: true
Size: 328 Bytes
Versions: 2
Compression:
Stored size: 328 Bytes
Contents
# This migration comes from spree (originally 20130211191120) class CreateSpreeStockLocations < ActiveRecord::Migration def change create_table :spree_stock_locations do |t| t.string :name t.belongs_to :address t.timestamps null: true end add_index :spree_stock_locations, :address_id end end
Version data entries
2 entries across 2 versions & 1 rubygems