boredgame/drizzle/0011_charming_bucky.sql

2 lines
185 B
MySQL
Raw Normal View History

ALTER TABLE "collections" ADD COLUMN "name" text DEFAULT 'My Collection' NOT NULL;--> statement-breakpoint
ALTER TABLE "wishlists" ADD COLUMN "name" text DEFAULT 'My Wishlist' NOT NULL;