Hi,
the schema isn't listed because it's generated automatically with the relations etc. JPA automatically generates table schemas and changes them as you mutate the entities. The latter option is turned on in the application.properties for the project. This is very convenient as it can use database specific syntax for efficiency/correctness.
I wanted to keep the code and subjects covered to the bare minimum and didn't want to complicate things with SQL and schemas.