mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
2 lines
242 B
SQL
2 lines
242 B
SQL
ALTER TABLE "Issue" ADD COLUMN "assigneeId" integer;--> statement-breakpoint
|
|
ALTER TABLE "Issue" ADD CONSTRAINT "Issue_assigneeId_User_id_fk" FOREIGN KEY ("assigneeId") REFERENCES "public"."User"("id") ON DELETE no action ON UPDATE no action; |