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

Properties

tableName: string

Static Properties

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

Properties

film_id: number
person_id: number
_id: number