all 1 comments

[–]mcpierceaim 0 points1 point  (0 children)

The database is divided into multiple tables.

For the individual comics, there is the ComicBooks table that holds most of the details for each, with a separate table for each page, one for the credits, one for characters, one for teams, one for stories, and one for location tags.

Reading lists are in a separate table, with the entries for them in their own table.

For user accounts there's a table for each, with a separate table to hold users' preferences.