onMigrationsTableError method

  1. @override
void onMigrationsTableError(
  1. String tableName,
  2. String reason
)
override

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 ✖');
}