Sha256: 46ad8de568ba394521f51aa3d2cdcbf9abbc86e7dd8cfaa96db4bc5ea6d35cc7
Contents?: true
Size: 355 Bytes
Versions: 44
Compression:
Stored size: 355 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: false end end end
Version data entries
44 entries across 44 versions & 1 rubygems