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