mirror of https://github.com/TZGyn/shortener
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
346 B
SQL
4 lines
346 B
SQL
ALTER TABLE "project" ADD COLUMN "qr_image_base64" text;--> statement-breakpoint
|
|
ALTER TABLE "user" ADD COLUMN "qr_background" varchar(7) DEFAULT '#fff' NOT NULL;--> statement-breakpoint
|
|
ALTER TABLE "user" ADD COLUMN "qr_foreground" varchar(7) DEFAULT '#000' NOT NULL;--> statement-breakpoint
|
|
ALTER TABLE "user" ADD COLUMN "qr_image_base64" text; |