remix/data-table · FunctionView Source
getTablePrimaryKey
Summary
Returns a table's primary key columns.
Signature
function getTablePrimaryKey<table extends AnyTable>(
table: table,
): TablePrimaryKey<table>;
Returns
Primary key columns.
Returns a table's primary key columns.
function getTablePrimaryKey<table extends AnyTable>(
table: table,
): TablePrimaryKey<table>;
Primary key columns.