Fantasy Football Scoring
Commonly used fantasy football scoring settings.
@elreydetent.fantasy_footballs_scoring
Commonly used fantasy football scoring settings.
@elreydetent.fantasy_footballs_scoring
CREATE TABLE fantasy_football_scoring_defense_csv (
"play" VARCHAR,
"score" BIGINT
);
CREATE TABLE fantasy_football_scoring_offense_csv (
"play" VARCHAR,
"score" DOUBLE
);
Anyone who has the link will be able to view this.