Sha256: e46fc9b8f62b959f46515e7c593013d4f06d6cb4c5a41cd875212a2bfca41a62

Contents?: true

Size: 178 Bytes

Versions: 23

Compression:

Stored size: 178 Bytes

Contents

class CreatePeople < ActiveRecord::Migration
  def self.up
    create_table :people do |t|
      t.string :name
    end
  end
  
  def self.down
    drop_table :people
  end
end

Version data entries

23 entries across 15 versions & 3 rubygems

Version Path
pluginaweek-has_phone_numbers-0.2.0 test/app_root/db/migrate/001_create_people.rb
plugin_test_helper-0.3.1 test/app_roots/with_migration/db/migrate/001_create_people.rb
plugin_test_helper-0.3.1 test/app_roots/with_fixtures/db/migrate/001_create_people.rb
has_phone_numbers-0.2.1 test/app_root/db/migrate/001_create_people.rb
has_phone_numbers-0.2.0 test/app_root/db/migrate/001_create_people.rb
has_phone_numbers-0.0.3 test/app_root/db/migrate/001_create_people.rb
has_phone_numbers-0.0.4 test/app_root/db/migrate/001_create_people.rb
has_phone_numbers-0.0.5 test/app_root/db/migrate/001_create_people.rb
has_phone_numbers-0.1.0 test/app_root/db/migrate/001_create_people.rb
plugin_test_helper-0.1.3 test/app_roots/with_fixtures/db/migrate/001_create_people.rb
plugin_test_helper-0.1.4 test/app_roots/with_fixtures/db/migrate/001_create_people.rb
plugin_test_helper-0.1.5 test/app_roots/with_migration/db/migrate/001_create_people.rb
plugin_test_helper-0.1.5 test/app_roots/with_fixtures/db/migrate/001_create_people.rb
plugin_test_helper-0.1.6 test/app_roots/with_fixtures/db/migrate/001_create_people.rb
plugin_test_helper-0.1.6 test/app_roots/with_migration/db/migrate/001_create_people.rb
plugin_test_helper-0.2.0 test/app_roots/with_fixtures/db/migrate/001_create_people.rb
plugin_test_helper-0.2.0 test/app_roots/with_migration/db/migrate/001_create_people.rb
plugin_test_helper-0.2.1 test/app_roots/with_fixtures/db/migrate/001_create_people.rb
plugin_test_helper-0.2.1 test/app_roots/with_migration/db/migrate/001_create_people.rb
plugin_test_helper-0.3.0 test/app_roots/with_migration/db/migrate/001_create_people.rb