# Functions
AddMigration adds a migration with its runtime caller information.
AddNamedMigration adds a named migration to the registered go migration map.
Migrations builds up the migration objects, sort them by timestamp and return as a slice.
SortedMigrations builds up the migration objects, sort them by timestamp and return as a slice.