getTablePrimaryKey
Summary
Returns a table's primary key columns.
Signature
function getTablePrimaryKey<table extends AnyTable>(
table: table,
): TablePrimaryKey<table>;
Params
table
Returns
Primary key columns.
Returns a table's primary key columns.
function getTablePrimaryKey<table extends AnyTable>(
table: table,
): TablePrimaryKey<table>;
Primary key columns.