I want to organize my Mangas, each Manga will have many Chapters, each Chapter will have many pages, between 20 pages.
Tree : Mangas -> Chapters -> Pages.
I want to add the Manga, instead, add each Chapter with many Pages to the manga created.
How do you do that? How to normalize the database with tree structure?