onMigrationsTableError method
Occurs when the migrations table creation fails.
Implementation
@override
void onMigrationsTableError(final String tableName, final String reason)
{
errorCLn('Failed to create the migrations table "$tableName": $reason');
infoLn('Preparing the database ✖');
}