getJournalTable
getJournalTable<
TRegistry>(registry,tableKey):JournalTable
Defined in: packages/client/src/local-tables.ts:403
The <t>_mutations journal table as a runtime Drizzle object (writable tables only). The fixed runtime
columns are typed; the PK/entity columns ride the index signature and are reached by DB column NAME
(journal["id"]), because per-entry typing is not representable — see JournalTable.
Type Parameters
Section titled “Type Parameters”TRegistry
Section titled “TRegistry”TRegistry extends SyncTableRegistry
Parameters
Section titled “Parameters”registry
Section titled “registry”TRegistry
tableKey
Section titled “tableKey”string & keyof TRegistry