Update weekly player stat and patch to include some misc stats

This commit is contained in:
2020-11-07 13:31:00 -06:00
parent eee8d9a6a3
commit 27f8f5e4dc
2 changed files with 14 additions and 0 deletions

View File

@@ -11,6 +11,13 @@ class WeeklyPlayerStat extends Model {
week_num: Number,
patch_player_id: String,
fantasy_points: Number,
passing_attempts: Number,
passing_completions: Number,
passing_yards: Number,
fumbles: Number,
kick_returns: Number,
sacks: Number,
}
}
}