Skip to main content
Go to Latest
class species_in_films
extends Model
import { species_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; }
species_id: { data_type: string; is_nullable: string; }
interface species_in_films
import { type species_in_films } from "https://deno.land/x/ponder@v0.0.4.0/dataModels.ts";

Properties

_id: number
species_id: number
film_id: number