We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ad613 commit 95d84b7Copy full SHA for 95d84b7
db/schema.rb
@@ -464,11 +464,14 @@
464
end
465
466
create_table "teams_members", :force => true do |t|
467
- t.integer "team_id", :null => false
468
- t.integer "user_id", :null => false
469
- t.datetime "created_at", :null => false
470
- t.datetime "updated_at", :null => false
471
- t.string "state", :default => "pending"
+ t.integer "team_id", :null => false
+ t.integer "user_id", :null => false
+ t.datetime "created_at", :null => false
+ t.datetime "updated_at", :null => false
+ t.string "state", :default => "pending"
472
+ t.float "score_cache"
473
+ t.string "team_banner"
474
+ t.string "team_avatar"
475
476
477
create_table "tokens", :force => true do |t|
0 commit comments