summaryrefslogtreecommitdiff
path: root/db/migrate/20140304014910_create_tournaments.rb
blob: 2095590c4ab4f8eeb5708411c674f67c6832e4f5 (plain)
1
2
3
4
5
6
7
8
class CreateTournaments < ActiveRecord::Migration
  def change
    create_table :tournaments do |t|

      t.timestamps
    end
  end
end