# Functions
DropTables deletes all database tables in the `public` schema of the configured database.
Init initializes the migrator tables.
LogsUp does performes the 20220109122505_logs up migration.
Migrate migrates the DB to latest version.
# Constants
Continues is the latest Indexed Block Round.
LastRetained is the block with minimum height maintained.
# Variables
Migrations are all migrations.
# Structs
No description provided by the author
Log is the log representation in db.
Storage is a db storage helper wrapper.
Transaction is transaction representation in db.