ALTER TYPE "public"."simulator_type" ADD VALUE 'epl_standings' BEFORE 'snooker_bracket';--> statement-breakpoint ALTER TABLE "regular_season_standings" ADD COLUMN "table_points" integer;--> statement-breakpoint ALTER TABLE "regular_season_standings" ADD COLUMN "goals_for" integer;--> statement-breakpoint ALTER TABLE "regular_season_standings" ADD COLUMN "goals_against" integer;--> statement-breakpoint ALTER TABLE "regular_season_standings" ADD COLUMN "goal_difference" integer;