Skip to main content
Module

x/pg_mem/table.ts>MemoryTable#addForeignKey

An in memory postgres DB instance for your unit tests
Go to Latest
method MemoryTable.prototype.addForeignKey
import { MemoryTable } from "https://deno.land/x/pg_mem@2.7.4/table.ts";

Parameters

cst: TableConstraintForeignKey
t: _Transaction

Returns

_IConstraint | nil