Rollback the active database transaction.
@override Future<void> rollBack() async { await execute('ROLLBACK'); }