Sha256: ac39dbcb959348512c6cd2f31a426c96cb524aba50efde348742fb9afa986ee3

Contents?: true

Size: 271 Bytes

Versions: 8

Compression:

Stored size: 271 Bytes

Contents

# This migration comes from tb_checkout_engine (originally 20140707142350)
class CreateTbCheckoutBasicProducts < ActiveRecord::Migration
  def change
    create_table :tb_checkout_basic_products do |t|
      t.tb_checkout_purchasable
      t.timestamps
    end
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
tb_checkout-1.1.1 spec/dummy/db/migrate/20140915202271_create_tb_checkout_basic_products.tb_checkout_engine.rb
tb_checkout-1.1.0 spec/dummy/db/migrate/20140915202271_create_tb_checkout_basic_products.tb_checkout_engine.rb
tb_checkout-1.0.7 spec/dummy/db/migrate/20140915202271_create_tb_checkout_basic_products.tb_checkout_engine.rb
tb_checkout-1.0.6 spec/dummy/db/migrate/20140915202271_create_tb_checkout_basic_products.tb_checkout_engine.rb
tb_checkout-1.0.5 spec/dummy/db/migrate/20140915202271_create_tb_checkout_basic_products.tb_checkout_engine.rb
tb_commerce-0.0.1 spec/dummy/db/migrate/20150323152925_create_tb_checkout_basic_products.tb_checkout_engine.rb
tb_checkout-1.0.4 spec/dummy/db/migrate/20140915202271_create_tb_checkout_basic_products.tb_checkout_engine.rb
tb_checkout-1.0.3 spec/dummy/db/migrate/20140915202271_create_tb_checkout_basic_products.tb_checkout_engine.rb