Remix
Remix
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.