Sha256: 5d7ece5ca7d9cbf92ccc27fe15657acb581367fcb15689b104cdbd5a9a02d661

Contents?: true

Size: 200 Bytes

Versions: 25

Compression:

Stored size: 200 Bytes

Contents

class CreateHighways < ActiveRecord::Migration
  def self.up
    create_table :highways do |t|
      t.string :name, :null => false
    end
  end
  
  def self.down
    drop_table :highways
  end
end

Version data entries

25 entries across 25 versions & 3 rubygems

Version Path
spree-enriquez-0.9.4 vendor/plugins/state_machine/test/app_root/db/migrate/003_create_highways.rb
spree-0.9.4 vendor/plugins/state_machine/test/app_root/db/migrate/003_create_highways.rb
spree-0.9.3 vendor/plugins/state_machine/test/app_root/db/migrate/003_create_highways.rb
spree-0.9.2 vendor/plugins/state_machine/test/app_root/db/migrate/003_create_highways.rb
spree-0.9.1 vendor/plugins/state_machine/test/app_root/db/migrate/003_create_highways.rb
spree-0.9.0 vendor/plugins/state_machine/test/app_root/db/migrate/003_create_highways.rb
spree-0.8.4 vendor/plugins/state_machine/test/app_root/db/migrate/003_create_highways.rb
spree-0.8.5 vendor/plugins/state_machine/test/app_root/db/migrate/003_create_highways.rb
spree-0.4.0 vendor/plugins/state_machine/test/app_root/db/migrate/003_create_highways.rb
spree-0.4.1 vendor/plugins/state_machine/test/app_root/db/migrate/003_create_highways.rb
spree-0.5.0 vendor/plugins/state_machine/test/app_root/db/migrate/003_create_highways.rb
spree-0.5.1 vendor/plugins/state_machine/test/app_root/db/migrate/003_create_highways.rb
spree-0.6.0 vendor/plugins/state_machine/test/app_root/db/migrate/003_create_highways.rb
spree-0.7.0 vendor/plugins/state_machine/test/app_root/db/migrate/003_create_highways.rb
spree-0.7.1 vendor/plugins/state_machine/test/app_root/db/migrate/003_create_highways.rb
spree-0.8.0 vendor/plugins/state_machine/test/app_root/db/migrate/003_create_highways.rb
spree-0.8.1 vendor/plugins/state_machine/test/app_root/db/migrate/003_create_highways.rb
spree-0.8.2 vendor/plugins/state_machine/test/app_root/db/migrate/003_create_highways.rb
spree-0.8.3 vendor/plugins/state_machine/test/app_root/db/migrate/003_create_highways.rb
state_machine-0.2.1 test/app_root/db/migrate/003_create_highways.rb