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