Sha256: 416c2c21382af01f77e7981ce2f849886c0ffde0a00cb4d15b7b82f633462618

Contents?: true

Size: 351 Bytes

Versions: 3

Compression:

Stored size: 351 Bytes

Contents

# This migration comes from spree (originally 20150118212101)
class CreateSpreeStoreCreditTypes < ActiveRecord::Migration[4.2]
  def change
    create_table :spree_store_credit_types do |t|
      t.string :name
      t.integer :priority
      t.timestamps null: false, precision: 6
    end
    add_index :spree_store_credit_types, :priority
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
spree_purchase_order-3.7.0 spec/dummy/db/migrate/20191113195908_create_spree_store_credit_types.spree.rb
spree_billing_sisow-0.9.2 spec/dummy/db/migrate/20190729091849_create_spree_store_credit_types.spree.rb
spree_billing_sisow-0.9.1 spec/dummy/db/migrate/20190729091849_create_spree_store_credit_types.spree.rb