Sha256: 59da160bb8cdd3d92bec11be14514857b8cd74a5596a20adb1a3fa6369036eee

Contents?: true

Size: 186 Bytes

Versions: 70

Compression:

Stored size: 186 Bytes

Contents

class CreatePhotos < ActiveRecord::Migration
  def self.up
    create_table :photos do |t|
      t.column :title, :string
    end
  end

  def self.down
    drop_table :photos
  end
end

Version data entries

70 entries across 70 versions & 22 rubygems

Version Path
akitaonrails-resource_controller-0.5.2 test/db/migrate/005_create_photos.rb
akitaonrails-resource_controller-0.5.3 test/db/migrate/005_create_photos.rb
csmosx-resource_controller-0.6.6 test/db/migrate/005_create_photos.rb
csmosx-resource_controller-0.6.7 test/db/migrate/005_create_photos.rb
dkubb-resource_controller-0.6.5 test/db/migrate/005_create_photos.rb
giraffesoft-resource_controller-0.4.10 test/db/migrate/005_create_photos.rb
giraffesoft-resource_controller-0.4.12 test/db/migrate/005_create_photos.rb
giraffesoft-resource_controller-0.4.9 test/db/migrate/005_create_photos.rb
giraffesoft-resource_controller-0.5.2 test/db/migrate/005_create_photos.rb
giraffesoft-resource_controller-0.5.3 test/db/migrate/005_create_photos.rb
giraffesoft-resource_controller-0.5.5 test/db/migrate/005_create_photos.rb
giraffesoft-resource_controller-0.5.6 test/db/migrate/005_create_photos.rb
giraffesoft-resource_controller-0.6.0 test/db/migrate/005_create_photos.rb
giraffesoft-resource_controller-0.6.1 test/db/migrate/005_create_photos.rb
giraffesoft-resource_controller-0.6.5 test/db/migrate/005_create_photos.rb
jeffrafter-resource_controller-0.5.5 test/db/migrate/005_create_photos.rb
kdmny-spree-0.0.1 vendor/plugins/resource_controller/test/db/migrate/005_create_photos.rb
korin-resource_controller-0.5.3 test/db/migrate/005_create_photos.rb
maser-resource_controller-0.6.6 test/db/migrate/005_create_photos.rb
nileshtrivedi-lp_resource_builder-0.5.1 test/db/migrate/005_create_photos.rb