Database Schemas
There are two database schemas: dasec and public
Dasec
Includes all tables related to authorization, users, permissions, etc.
Public
In the public schema, we can find any amount of entities. All entities follow the same Table diagram, but differ in the structure stored inside the data column.
Here is the general schema for an entity named breed
: