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