Sha256: 3552614bd78fdebd53320d84163c92fde9675ea7645b8bfaeaebdebaccd98d71

Contents?: true

Size: 285 Bytes

Versions: 26

Compression:

Stored size: 285 Bytes

Contents

class CreateOrderOperations < ActiveRecord::Migration
  def self.up
    create_table :order_operations do |t|
      t.integer :order_id
      t.integer :user_id
      t.integer :operation_type
      t.timestamps
    end
  end

  def self.down
    drop_table :order_operations
  end
end

Version data entries

26 entries across 26 versions & 3 rubygems

Version Path
kdmny-spree-0.0.1 db/migrate/020_create_order_operations.rb
spree-enriquez-0.9.4 db/migrate/020_create_order_operations.rb
spree-0.9.4 db/migrate/020_create_order_operations.rb
spree-0.9.3 db/migrate/020_create_order_operations.rb
spree-0.9.2 db/migrate/020_create_order_operations.rb
spree-0.9.1 db/migrate/020_create_order_operations.rb
spree-0.9.0 db/migrate/020_create_order_operations.rb
spree-0.8.4 db/migrate/020_create_order_operations.rb
spree-0.8.5 db/migrate/020_create_order_operations.rb
spree-0.0.6 starter-app/vendor/plugins/spree/db/migrate/021_create_order_operations.rb
spree-0.0.5 starter-app/vendor/plugins/spree/db/migrate/021_create_order_operations.rb
spree-0.0.7 starter-app/vendor/plugins/spree/db/migrate/021_create_order_operations.rb
spree-0.0.8 starter-app/vendor/plugins/spree/db/migrate/021_create_order_operations.rb
spree-0.0.9 db/migrate/020_create_order_operations.rb
spree-0.2.0 db/migrate/020_create_order_operations.rb
spree-0.4.0 db/migrate/020_create_order_operations.rb
spree-0.4.1 db/migrate/020_create_order_operations.rb
spree-0.5.0 db/migrate/020_create_order_operations.rb
spree-0.6.0 db/migrate/020_create_order_operations.rb
spree-0.5.1 db/migrate/020_create_order_operations.rb