summaryrefslogtreecommitdiff
path: root/db/migrate/20140304043700_create_tournament_options.rb
blob: d2df22e1d542af346c0af9ae048dda3b60a1e928 (plain)
1
2
3
4
5
6
7
8
class CreateTournamentOptions < ActiveRecord::Migration
  def change
    create_table :tournament_options do |t|

      t.timestamps
    end
  end
end