porkchopclub/porkchop

View on GitHub
db/migrate/20150219035315_add_first_service_by_home_player_to_matches.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AddFirstServiceByHomePlayerToMatches < ActiveRecord::Migration
  def change
    add_column :matches, :first_service_by_home_player, :boolean, default: true
  end
end