Sha256: 41283da868c4bc0ec7a4b65b3a362d679ca80f2a8fad9fc641f36477d99d3c65

Contents?: true

Size: 241 Bytes

Versions: 9

Compression:

Stored size: 241 Bytes

Contents

class CreateRecurringOrdersTable < ActiveRecord::Migration
  def change
    add_column :spree_orders, :recurring_order_id, :integer

    create_table :spree_recurring_orders do |t|
      t.text :comments
      t.timestamps
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
spree_recurring_order-2.2.2 db/migrate/20140204052508_create_recurring_orders_table.rb
spree_recurring_order-2.2.1 db/migrate/20140204052508_create_recurring_orders_table.rb
spree_recurring_order-2.1.10 db/migrate/20140204052508_create_recurring_orders_table.rb
spree_recurring_order-2.1.9 db/migrate/20140204052508_create_recurring_orders_table.rb
spree_recurring_order-2.1.8 db/migrate/20140204052508_create_recurring_orders_table.rb
spree_recurring_order-2.1.7 db/migrate/20140204052508_create_recurring_orders_table.rb
spree_recurring_order-2.1.6 db/migrate/20140204052508_create_recurring_orders_table.rb
spree_recurring_order-2.1.5 db/migrate/20140204052508_create_recurring_orders_table.rb
spree_recurring_order-2.1.3 db/migrate/20140204052508_create_recurring_orders_table.rb