Sha256: ce1a52e3ac3c975ce25f0d76f48ec313c54a6591f7e6bfe3a1cec32dfbc7845f

Contents?: true

Size: 307 Bytes

Versions: 292

Compression:

Stored size: 307 Bytes

Contents

class CreateAddresses < ActiveRecord::Migration
  def self.up
    create_table :addresses do |t|
      t.column :title, :string
      t.column :addressable_id, :integer
      t.column :addressable_type, :string
      t.column :zip, :string
    end
  end

  def self.down
    drop_table :addresses
  end
end

Version data entries

292 entries across 171 versions & 30 rubygems

Version Path
thoughtbot-shoulda-2.0.4 test/rails_root/db/migrate/006_create_addresses.rb
thoughtbot-shoulda-2.0.5 test/rails_root/db/migrate/006_create_addresses.rb
thoughtbot-shoulda-2.0.6 test/rails_root/db/migrate/006_create_addresses.rb
thoughtbot-shoulda-2.10.0 test/rails_root/db/migrate/006_create_addresses.rb
thoughtbot-shoulda-2.10.1 test/rails_root/db/migrate/006_create_addresses.rb
thoughtbot-shoulda-2.10.2 test/rails_root/db/migrate/006_create_addresses.rb
thoughtbot-shoulda-2.9.0 test/rails_root/db/migrate/006_create_addresses.rb
thoughtbot-shoulda-2.9.1 test/rails_root/db/migrate/006_create_addresses.rb
thoughtbot-shoulda-2.9.2 test/rails_root/db/migrate/006_create_addresses.rb
dirty_history-0.7.3 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails2_root/db/migrate/006_create_addresses.rb
dirty_history-0.7.3 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails3_root/db/migrate/006_create_addresses.rb
dirty_history-0.7.2 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails3_root/db/migrate/006_create_addresses.rb
dirty_history-0.7.2 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails2_root/db/migrate/006_create_addresses.rb
dirty_history-0.7.1 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails2_root/db/migrate/006_create_addresses.rb
dirty_history-0.7.1 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails3_root/db/migrate/006_create_addresses.rb
dirty_history-0.7.0 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails2_root/db/migrate/006_create_addresses.rb
dirty_history-0.7.0 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails3_root/db/migrate/006_create_addresses.rb
dirty_history-0.6.7 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails3_root/db/migrate/006_create_addresses.rb
dirty_history-0.6.7 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails2_root/db/migrate/006_create_addresses.rb
dirty_history-0.6.6 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/rails2_root/db/migrate/006_create_addresses.rb