Implemented basic structure

This commit is contained in:
2025-11-08 15:21:05 +01:00
parent 0e027f258a
commit 4503574443
19 changed files with 1295 additions and 1565 deletions

View File

@@ -0,0 +1,8 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'player_dao.dart';
// ignore_for_file: type=lint
mixin _$PlayerDaoMixin on DatabaseAccessor<AppDatabase> {
$PlayerTableTable get playerTable => attachedDatabase.playerTable;
}