Sha256: 69bc816be631f21b7bf0d634ef589df82c1d9940937fc83f7df681cedf4490ce
Contents?: true
Size: 301 Bytes
Versions: 133
Compression:
Stored size: 301 Bytes
Contents
# frozen_string_literal: true 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
133 entries across 133 versions & 2 rubygems