lawrencechanyewlong/wherewolfpro

View on GitHub
db/migrate/20160317004519_add_contacts_to_users.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AddContactsToUsers < ActiveRecord::Migration
  def change
    add_column :users, :contacts, :string
  end
end