Sha256: 885afb3d5b3db6b41a6c8aba711926bb9fdb24da41b08ef10452215626bbca77

Contents?: true

Size: 235 Bytes

Versions: 5

Compression:

Stored size: 235 Bytes

Contents

class CreatePictures < ActiveRecord::Migration
  def change
    create_table :pictures do |t|
      t.string :name
      t.string :file
      t.integer :imageable_id
      t.string :imageable_type

      t.timestamps
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacksand-2.5.0 db/migrate/20160513080702_create_pictures.rb
blacksand-2.4.1 db/migrate/20160513080702_create_pictures.rb
blacksand-2.4.0 db/migrate/20160513080702_create_pictures.rb
blacksand-2.3.0 db/migrate/20160513080702_create_pictures.rb
blacksand-2.2.2.1 db/migrate/20160513080702_create_pictures.rb