import { onchainTable } from "ponder"; export const example = onchainTable("example", (t) => ({ id: t.text().primaryKey(), name: t.text(), }));