Module

x/pg_mem/constraints/generated.ts>GeneratedIdentityConstraint

An in memory postgres DB instance for your unit tests
Go to Latest
class GeneratedIdentityConstraint
implements _IConstraint
import { GeneratedIdentityConstraint } from "https://dotland.deno.dev/x/pg_mem@2.6.13/constraints/generated.ts";

Constructors

new
GeneratedIdentityConstraint(name: string | nil, column: _Column)

Properties

private
readonly
schema
private
subs: ISubscription[]
private
readonly
table

Methods

install(ct: _Transaction, _c: AlterColumnAddGenerated)
uninstall(t: _Transaction): void