Обновлен проект. Добавлена БД
This commit is contained in:
8
lib/database/dao/collections_dao.g.dart
Normal file
8
lib/database/dao/collections_dao.g.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'collections_dao.dart';
|
||||
|
||||
// ignore_for_file: type=lint
|
||||
mixin _$CollectionsDaoMixin on DatabaseAccessor<AppDatabase> {
|
||||
$CollectionsTable get collections => attachedDatabase.collections;
|
||||
}
|
||||
Reference in New Issue
Block a user