function defineIdTable
defineIdTable<
Row,
Input = Row,
>
(
name: string,
schema: TableSchema<Row>,
): unknown

Helper for tables whose primary key column is id.

Type Parameters

Row
Input = Row

Parameters

name: string

Return Type

unknown

Usage

import { defineIdTable } from "doc.ts";