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

Properties

film_id: number
_id: number
planet_id: number