Sha256: 53cd63e414dc817ba3f968e9630cf07937e2b9e4868a694468afd7f9705de789
Contents?: true
Size: 350 Bytes
Versions: 38
Compression:
Stored size: 350 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: false end end end
Version data entries
38 entries across 38 versions & 2 rubygems