1 2 3 4 5 6 7 8
class CreateTeams < ActiveRecord::Migration def change create_table :teams do |t| t.timestamps end end end