Sha256: d6f8422bd2794de8d2fcd5f836401de7cebc1fa87df10abd0369282960db2c70

Contents?: true

Size: 189 Bytes

Versions: 14

Compression:

Stored size: 189 Bytes

Contents

class CreatePhotoBares < ActiveRecord::Migration
  def self.up
    create_table :photo_bares do |t|

      t.timestamps
    end
  end

  def self.down
    drop_table :photo_bares
  end
end

Version data entries

14 entries across 14 versions & 4 rubygems

Version Path
tvdeyen-fleximage-1.2.0 test/rails_root/db/migrate/003_create_photo_bares.rb
tvdeyen-fleximage-1.1.1 test/rails_root/db/migrate/003_create_photo_bares.rb
tvdeyen-fleximage-1.0.9 test/rails_root/db/migrate/003_create_photo_bares.rb
tvdeyen-fleximage-1.0.8 test/rails_root/db/migrate/003_create_photo_bares.rb
tvdeyen-fleximage-1.0.7 test/rails_root/db/migrate/003_create_photo_bares.rb
robinboening-fleximage-1.0.6 test/rails_root/db/migrate/003_create_photo_bares.rb
robinboening-fleximage-1.0.4 test/rails_root/db/migrate/003_create_photo_bares.rb
tvdeyen-fleximage-1.0.5 test/rails_root/db/migrate/003_create_photo_bares.rb
fleximage-1.0.4 test/rails_root/db/migrate/003_create_photo_bares.rb
dougmcbride-fleximage-1.0.3 test/rails_root/db/migrate/003_create_photo_bares.rb
fleximage-1.0.3 test/rails_root/db/migrate/003_create_photo_bares.rb
fleximage-1.0.2 test/rails_root/db/migrate/003_create_photo_bares.rb
fleximage-1.0.1 test/rails_root/db/migrate/003_create_photo_bares.rb
fleximage-1.0.0 test/rails_root/db/migrate/003_create_photo_bares.rb