defineIdTable<Row,Input = Row,>(name: string,schema: TableSchema<Row>,): unknown
Usage
import { defineIdTable } from "doc.ts";
defineIdTable<Row,Input = Row,>(name: string,schema: TableSchema<Row>,): unknown
import { defineIdTable } from "doc.ts";