Make.C
val table_name : string
Name of the tracking table (e.g. "migrations").
"migrations"
val version : int
Current version: only the first version + 1 entries from all_migrations will be considered.
version + 1
all_migrations
val all_migrations : t list
The full ordered list of all known migrations.