class CreateTournaments < ActiveRecord::Migration def change create_table :tournaments do |t| t.string :name t.string :address t.string :director t.string :director_email t.timestamps end end end