View Source
Primary key constraint definition.
type PrimaryKeyConstraint = { columns: string[]; name: string; };