public
This public schema contains core tables for general blockchain data. This includes both blockchain primitives (transactions, contract calls, etc.) and custom metrics.
Note that the default schema for user-facing database roles is the public
schema. This means you don't need to qualify the table name if you want to query a table within the public
schema. E.g. public.transactions
can be simply transactions
.