// GENERATED CODE - DO NOT MODIFY BY HAND part of 'player_match_dao.dart'; // ignore_for_file: type=lint mixin _$PlayerMatchDaoMixin on DatabaseAccessor { $PlayerTableTable get playerTable => attachedDatabase.playerTable; $MatchTableTable get matchTable => attachedDatabase.matchTable; $PlayerMatchTableTable get playerMatchTable => attachedDatabase.playerMatchTable; }