Sha256: c432a4b69b3505a333a63785151f7b8180717d0b737d20a079a0b305a6f61f41
Contents?: true
Size: 363 Bytes
Versions: 10
Compression:
Stored size: 363 Bytes
Contents
# frozen_string_literal: true # This migration comes from spree (originally 20180202222641) class CreateStoreShippingMethods < ActiveRecord::Migration[5.1] def change create_table :spree_store_shipping_methods do |t| t.references :store, null: false t.references :shipping_method, null: false t.timestamps precision: 6 end end end
Version data entries
10 entries across 10 versions & 2 rubygems