Sha256: 8df1435379b235fdcc40c87718686b8da0569a3b46bc60e8718dcdacdd2a5414

Contents?: true

Size: 249 Bytes

Versions: 17

Compression:

Stored size: 249 Bytes

Contents

class CreatePolygalleryPhotos < ActiveRecord::Migration
  def change
    create_table :polygallery_photos do |t|
      t.integer :gallery_id
      t.attachment :photo
      t.string :title
      t.text :caption

      t.timestamps
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
polygallery-0.1.9 db/migrate/20140803171534_create_polygallery_photos.rb
polygallery-0.1.8 db/migrate/20140803171534_create_polygallery_photos.rb
polygallery-0.1.7 db/migrate/20140803171534_create_polygallery_photos.rb
polygallery-0.1.6 db/migrate/20140803171534_create_polygallery_photos.rb
polygallery-0.1.4 db/migrate/20140803171534_create_polygallery_photos.rb
polygallery-0.1.2 db/migrate/20140803171534_create_polygallery_photos.rb
polygallery-0.1.1 db/migrate/20140803171534_create_polygallery_photos.rb
polygallery-0.1.0 db/migrate/20140803171534_create_polygallery_photos.rb
polygallery-0.0.9 db/migrate/20140803171534_create_polygallery_photos.rb
polygallery-0.0.8 db/migrate/20140803171534_create_polygallery_photos.rb
polygallery-0.0.7 db/migrate/20140803171534_create_polygallery_photos.rb
polygallery-0.0.6 db/migrate/20140803171534_create_polygallery_photos.rb
polygallery-0.0.5 db/migrate/20140803171534_create_polygallery_photos.rb
polygallery-0.0.4 db/migrate/20140803171534_create_polygallery_photos.rb
polygallery-0.0.3 db/migrate/20140803171534_create_polygallery_photos.rb
polygallery-0.0.2 db/migrate/20140803171534_create_polygallery_photos.rb
polygallery-0.0.1 db/migrate/20140803171534_create_polygallery_photos.rb