20121219183753_create_user_teams.rb 203 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 class CreateUserTeams < ActiveRecord::Migration def change create_table :user_teams do |t| t.string :name t.string :path t.integer :owner_id t.timestamps end end end