Sha256: 0ec0d048b498809ef102f4252669a51efc22c35e23d853601d1e6a96d625923c

Contents?: true

Size: 211 Bytes

Versions: 6

Compression:

Stored size: 211 Bytes

Contents

class CreateComableImages < ActiveRecord::Migration
  def change
    create_table :comable_images do |t|
      t.references :product, null: false, index: true
      t.string :file, null: false
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
comable_core-0.4.0 db/migrate/20150112173706_create_comable_images.rb
comable_core-0.3.4 db/migrate/20150112173706_create_comable_images.rb
comable_core-0.3.3 db/migrate/20150112173706_create_comable_images.rb
comable_core-0.3.2 db/migrate/20150112173706_create_comable_images.rb
comable_core-0.3.1 db/migrate/20150112173706_create_comable_images.rb
comable_core-0.3.0 db/migrate/20150112173706_create_comable_images.rb