Sha256: 265bb892480adb56c68864fd1edb53363e23a4eabdedd3ed475ecfcd1f1eba29

Contents?: true

Size: 242 Bytes

Versions: 3

Compression:

Stored size: 242 Bytes

Contents

class CreateAdminWebImages < ActiveRecord::Migration
  def change
    create_table :admin_web_images do |t|
      t.references :album, null: false
      t.string :file, null: false
      t.boolean :cover

      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
web_admin-0.1.0 db/migrate/20141117183405_create_admin_web_images.rb
web_admin-0.0.2 db/migrate/20141117183405_create_admin_web_images.rb
web_admin-0.0.1 db/migrate/20141117183405_create_admin_web_images.rb