Sha256: 03aa6402a8b1583c1438d48a59c0d60fabf8e7282ba415002b0bc11d2655ea30
Contents?: true
Size: 349 Bytes
Versions: 39
Compression:
Stored size: 349 Bytes
Contents
class CreateSpreeReturnAuthorizationInventoryUnit < ActiveRecord::Migration 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: true end end end
Version data entries
39 entries across 39 versions & 1 rubygems