Sha256: 8fb4ad84faf570854fd54814f46655cc1f089a65c3d4a5e30bd3052d60b638ad
Contents?: true
Size: 354 Bytes
Versions: 21
Compression:
Stored size: 354 Bytes
Contents
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: true end end end
Version data entries
21 entries across 21 versions & 1 rubygems