Sha256: 2a348a6898185a9b5fe8031628a4e024d55bcc19370d36053ddab5505927b248

Contents?: true

Size: 267 Bytes

Versions: 4

Compression:

Stored size: 267 Bytes

Contents

class CreateComableVariants < ActiveRecord::Migration
  def change
    create_table :comable_variants do |t|
      t.references :product, null: false
      t.integer :price, null: false, default: 0
      t.string :sku
      t.timestamps null: false
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
comable-core-0.7.1 db/migrate/20150823071425_create_comable_variants.rb
comable-core-0.7.0 db/migrate/20150823071425_create_comable_variants.rb
comable-core-0.7.0.beta2 db/migrate/20150823071425_create_comable_variants.rb
comable-core-0.7.0.beta1 db/migrate/20150823071425_create_comable_variants.rb