Sha256: 77bebd2d0299304123b5ff0743c17c9a08904861fadcf2ba7efa753aa8727ebc
Contents?: true
Size: 328 Bytes
Versions: 2
Compression:
Stored size: 328 Bytes
Contents
# This migration comes from spree (originally 20150402210430) class CreateUnitCancels < ActiveRecord::Migration def change create_table :spree_unit_cancels do |t| t.references :inventory_unit, index: true, null: false t.string :reason t.string :created_by t.timestamps null: true end end end
Version data entries
2 entries across 2 versions & 1 rubygems