mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
3 lines
167 B
SQL
3 lines
167 B
SQL
-- AddForeignKey
|
|
ALTER TABLE "Database" ADD CONSTRAINT "Database_agent_id_fkey" FOREIGN KEY ("agent_id") REFERENCES "Agent"("id") ON DELETE CASCADE ON UPDATE CASCADE;
|