Sha256: 862178dc17aaee6c8c4ca32c98cfaa45dda1e1adb0c9f975fb9e14af585f025b
Contents?: true
Size: 417 Bytes
Versions: 6
Compression:
Stored size: 417 Bytes
Contents
# This migration comes from spree (originally 20140702140656) class CreateSpreeReturnAuthorizationInventoryUnit < ActiveRecord::Migration[4.2] def change create_table :spree_return_authorization_inventory_units do |t| t.integer :return_authorization_id t.integer :inventory_unit_id t.integer :exchange_variant_id t.datetime :received_at t.timestamps null: false end end end
Version data entries
6 entries across 6 versions & 1 rubygems