Sha256: 5c358d43392f0ee963e624997c03a3014f8475dbb449500775e1613a1eeaadf0
Contents?: true
Size: 214 Bytes
Versions: 21
Compression:
Stored size: 214 Bytes
Contents
class CreateSpreeStoreCreditUpdateReasons < ActiveRecord::Migration[4.2] def change create_table :spree_store_credit_update_reasons do |t| t.string :name t.timestamps null: true end end end
Version data entries
21 entries across 21 versions & 1 rubygems