Skip to main content
Go to Latest
class personexamples
extends Model
import { personexamples } from "https://deno.land/x/ponder@v0.0.4.0/dataModels.ts";

Properties

tableName: string

Static Properties

person_id: { data_type: string; is_nullable: string; }
personname: { data_type: string; is_nullable: string; }
personscore: { data_type: string; is_nullable: string; }
interface personexamples
import { type personexamples } from "https://deno.land/x/ponder@v0.0.4.0/dataModels.ts";

Properties

personscore: number
personname: string
person_id: number