ComicBox: {
    box_id: string;
    comic_id: string;
}

A junction table between comics and boxes.

Type declaration

  • box_id: string

    The ID of the box Ex: 'BOX-01' References boxes.box_id .

  • comic_id: string

    The ID of the comic. References comics.comic_id .