What is Schema?
Schema is a class that maps to a database table. You can create an schema by defining a new class and mark it with @Schema
This will create following database table:
Each schema must be registered in your model:
Last updated
Schema is a class that maps to a database table. You can create an schema by defining a new class and mark it with @Schema
This will create following database table:
Each schema must be registered in your model:
Last updated