Sha256: 51840552d33f968379a54d07419624af4bafe1c212d2e1320fb7727315bf646b

Contents?: true

Size: 234 Bytes

Versions: 13

Compression:

Stored size: 234 Bytes

Contents

class CreateEllipticalGalaxies < ActiveRecord::Migration
  def self.up
    create_table :elliptical_galaxies do |t|
      t.string :name

      t.timestamps
    end
  end

  def self.down
    drop_table :elliptical_galaxies
  end
end

Version data entries

13 entries across 9 versions & 1 rubygems

Version Path
tabulous-1.3.0 test/applications/rails30/subtabs/db/migrate/20110226190543_create_elliptical_galaxies.rb
tabulous-1.3.0 test/applications/rails31/subtabs/db/migrate/20110226190543_create_elliptical_galaxies.rb
tabulous-1.2.0 test/applications/rails31/subtabs/db/migrate/20110226190543_create_elliptical_galaxies.rb
tabulous-1.2.0 test/applications/rails30/subtabs/db/migrate/20110226190543_create_elliptical_galaxies.rb
tabulous-1.1.0 test/applications/rails31/subtabs/db/migrate/20110226190543_create_elliptical_galaxies.rb
tabulous-1.1.0 test/applications/rails30/subtabs/db/migrate/20110226190543_create_elliptical_galaxies.rb
tabulous-1.0.3 test/applications/rails31/subtabs/db/migrate/20110226190543_create_elliptical_galaxies.rb
tabulous-1.0.3 test/applications/rails30/subtabs/db/migrate/20110226190543_create_elliptical_galaxies.rb
tabulous-1.0.2 test/applications/subtabs/db/migrate/20110226190543_create_elliptical_galaxies.rb
tabulous-1.0.1 test/applications/subtabs/db/migrate/20110226190543_create_elliptical_galaxies.rb
tabulous-1.0.0 test/applications/subtabs/db/migrate/20110226190543_create_elliptical_galaxies.rb
tabulous-0.0.2 test/applications/subtabs/db/migrate/20110226190543_create_elliptical_galaxies.rb
tabulous-0.0.1 test/applications/subtabs/db/migrate/20110226190543_create_elliptical_galaxies.rb