Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface EntitySchemaUniqueOptions
import { type EntitySchemaUniqueOptions } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/entity-schema/EntitySchemaUniqueOptions.ts";

Properties

optional
name: string

Unique constraint name.

optional
columns: ((object?: any) => (any[] | { [key: string]: number; })) | string[]

Unique column names.