Signature of a function that will be invoked when a database is created.
typedef OnCreate = Future<void> Function(Migrator m);