summaryrefslogtreecommitdiff
path: root/db/migrate/20140304014727_create_matches.rb
blob: 1478e75838a4ed02abeaf826b477819e52d710cc (plain)
1
2
3
4
5
6
7
8
class CreateMatches < ActiveRecord::Migration
  def change
    create_table :matches do |t|

      t.timestamps
    end
  end
end