Sha256: d99cc1b0aa7a3d995b0be116d86c654f365188e7e1441582c499c1931071c22b
Contents?: true
Size: 431 Bytes
Versions: 3
Compression:
Stored size: 431 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, precision: 6 end end end
Version data entries
3 entries across 3 versions & 2 rubygems