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