brackt/drizzle/0053_smooth_kingpin.sql

2 lines
202 B
MySQL
Raw Permalink Normal View History

CREATE TYPE "public"."draft_timer_mode" AS ENUM('chess_clock', 'standard');--> statement-breakpoint
ALTER TABLE "seasons" ADD COLUMN "draft_timer_mode" "draft_timer_mode" DEFAULT 'chess_clock' NOT NULL;