Sha256: af3ca6afedec6682c1cda2876c145369ea74df2b67de41fafc4211148c96e706

Contents?: true

Size: 213 Bytes

Versions: 2

Compression:

Stored size: 213 Bytes

Contents

class ValidWithTimestampsPeopleHaveLastNames < ActiveRecord::Migration
  def self.up
    add_column "people", "last_name", :string
  end

  def self.down
    remove_column "people", "last_name"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ibm_db-3.0.5-x86-mingw32 test/migrations/valid_with_timestamps/20100101010101_valid_with_timestamps_people_have_last_names.rb
ibm_db-3.0.5 test/migrations/valid_with_timestamps/20100101010101_valid_with_timestamps_people_have_last_names.rb