Sha256: 54e462f00111da6b9e85efd00780dc26a1073b4ee1ff381b4a1b41716b41426f

Contents?: true

Size: 329 Bytes

Versions: 17

Compression:

Stored size: 329 Bytes

Contents

class CreatePictures < ActiveRecord::Migration

  def change
    create_table :pictures do |t|
      t.belongs_to :product
      t.string     :picture
      t.string     :file_name
      t.string     :content_type
      t.string     :file_size
      t.integer    :position,      default: 0

      t.timestamps
    end
  end

end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
nimbleshop_core-0.0.10 db/migrate/20111125173344_create_pictures.rb
nimbleshop_core-0.0.9 db/migrate/20111125173344_create_pictures.rb
nimbleshop_core-0.0.8 db/migrate/20111125173344_create_pictures.rb
nimbleshop_core-0.0.7 db/migrate/20111125173344_create_pictures.rb
nimbleshop_core-0.0.5 db/migrate/20111125173344_create_pictures.rb
nimbleshop_core-0.0.4.beta1 db/migrate/20111125173344_create_pictures.rb
nimbleshop_core-0.0.4 db/migrate/20111125173344_create_pictures.rb
nimbleshop_core-0.0.3 db/migrate/20111125173344_create_pictures.rb
nimbleshop_core-0.0.2 db/migrate/20111125173344_create_pictures.rb
nimbleshop_core-0.0.2.beta1 db/migrate/20111125173344_create_pictures.rb
nimbleshop_core-0.0.1 db/migrate/20111125173344_create_pictures.rb
nimbleshop_core-0.0.1.rc6 db/migrate/20111125173344_create_pictures.rb
nimbleshop_core-0.0.1.rc5 db/migrate/20111125173344_create_pictures.rb
nimbleshop_core-0.0.1.rc4 db/migrate/20111125173344_create_pictures.rb
nimbleshop_core-0.0.1.rc3 db/migrate/20111125173344_create_pictures.rb
nimbleshop_core-0.0.1.rc2 db/migrate/20111125173344_create_pictures.rb
nimbleshop_core-0.0.1.rc1 db/migrate/20111125173344_create_pictures.rb