You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ALTERTABLE"sandbox" ADD CONSTRAINT"sandbox_user_id_user_id_fk"FOREIGN KEY ("user_id") REFERENCES"public"."user"("id") ON DELETE no action ONUPDATE no action;--> statement-breakpoint
48
+
ALTERTABLE"sandbox_likes" ADD CONSTRAINT"sandbox_likes_user_id_user_id_fk"FOREIGN KEY ("user_id") REFERENCES"public"."user"("id") ON DELETE no action ONUPDATE no action;--> statement-breakpoint
49
+
ALTERTABLE"sandbox_likes" ADD CONSTRAINT"sandbox_likes_sandbox_id_sandbox_id_fk"FOREIGN KEY ("sandbox_id") REFERENCES"public"."sandbox"("id") ON DELETE no action ONUPDATE no action;--> statement-breakpoint
50
+
ALTERTABLE"users_to_sandboxes" ADD CONSTRAINT"users_to_sandboxes_userId_user_id_fk"FOREIGN KEY ("userId") REFERENCES"public"."user"("id") ON DELETE no action ONUPDATE no action;--> statement-breakpoint
51
+
ALTERTABLE"users_to_sandboxes" ADD CONSTRAINT"users_to_sandboxes_sandboxId_sandbox_id_fk"FOREIGN KEY ("sandboxId") REFERENCES"public"."sandbox"("id") ON DELETE no action ONUPDATE no action;
0 commit comments