Sha256: 2a07ac6f145d0ba6d0a9785701598f58b8f1b4608ab0bf0d0ba23f06ce7bb1b4

Contents?: true

Size: 173 Bytes

Versions: 7

Compression:

Stored size: 173 Bytes

Contents

class AddTestDataAttributesToUser < ActiveRecord::Migration
  def change
    add_column :users, :data_string, :string
    add_column :users, :data_times, :integer
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hyper-mesh-0.6.0 reactive_record_test_app/db/migrate/20151009000111_add_test_data_attributes_to_user.rb
hyper-mesh-0.5.4 reactive_record_test_app/db/migrate/20151009000111_add_test_data_attributes_to_user.rb
hyper-mesh-0.5.3 reactive_record_test_app/db/migrate/20151009000111_add_test_data_attributes_to_user.rb
hyper-mesh-0.5.2 reactive_record_test_app/db/migrate/20151009000111_add_test_data_attributes_to_user.rb
hyper-mesh-0.5.1 reactive_record_test_app/db/migrate/20151009000111_add_test_data_attributes_to_user.rb
hyper-mesh-0.5.0 reactive_record_test_app/db/migrate/20151009000111_add_test_data_attributes_to_user.rb
hyper-mesh-0.4.0 reactive_record_test_app/db/migrate/20151009000111_add_test_data_attributes_to_user.rb