started implementing teams
This commit is contained in:
8
db/migrate/20150128083123_create_teams.rb
Normal file
8
db/migrate/20150128083123_create_teams.rb
Normal file
@ -0,0 +1,8 @@
|
||||
class CreateTeams < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :teams do |t|
|
||||
t.string :name
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user