Sha256: 362a29b4cef5faba5173144bc8406ab28b99a9f3f8c63bb05c1c133b0dd37624
Contents?: true
Size: 369 Bytes
Versions: 76
Compression:
Stored size: 369 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, precision: 6 end end end
Version data entries
76 entries across 76 versions & 1 rubygems