mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
2 lines
No EOL
185 B
SQL
2 lines
No EOL
185 B
SQL
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; |