Sha256: f1213d4b7b2339abd5a02ce544b50f80fc20488d390f8b0404a4612e67879cf8

Contents?: true

Size: 222 Bytes

Versions: 13

Compression:

Stored size: 222 Bytes

Contents

class CreateSpiralGalaxies < ActiveRecord::Migration
  def self.up
    create_table :spiral_galaxies do |t|
      t.string :name

      t.timestamps
    end
  end

  def self.down
    drop_table :spiral_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/20110226190532_create_spiral_galaxies.rb
tabulous-1.3.0 test/applications/rails31/subtabs/db/migrate/20110226190532_create_spiral_galaxies.rb
tabulous-1.2.0 test/applications/rails31/subtabs/db/migrate/20110226190532_create_spiral_galaxies.rb
tabulous-1.2.0 test/applications/rails30/subtabs/db/migrate/20110226190532_create_spiral_galaxies.rb
tabulous-1.1.0 test/applications/rails31/subtabs/db/migrate/20110226190532_create_spiral_galaxies.rb
tabulous-1.1.0 test/applications/rails30/subtabs/db/migrate/20110226190532_create_spiral_galaxies.rb
tabulous-1.0.3 test/applications/rails31/subtabs/db/migrate/20110226190532_create_spiral_galaxies.rb
tabulous-1.0.3 test/applications/rails30/subtabs/db/migrate/20110226190532_create_spiral_galaxies.rb
tabulous-1.0.2 test/applications/subtabs/db/migrate/20110226190532_create_spiral_galaxies.rb
tabulous-1.0.1 test/applications/subtabs/db/migrate/20110226190532_create_spiral_galaxies.rb
tabulous-1.0.0 test/applications/subtabs/db/migrate/20110226190532_create_spiral_galaxies.rb
tabulous-0.0.2 test/applications/subtabs/db/migrate/20110226190532_create_spiral_galaxies.rb
tabulous-0.0.1 test/applications/subtabs/db/migrate/20110226190532_create_spiral_galaxies.rb