mnemo_cards/mnemo_cards_backend/lib/database/daos/discount_dao.g.dart
Dmitry 77b4ce91b5
Some checks are pending
Backend CI / test (push) Waiting to run
Backend CI / build (push) Blocked by required conditions
Deploy Mnemo Cards / Deploy Backend (push) Waiting to run
Deploy Mnemo Cards / Deploy Web App (push) Blocked by required conditions
Deploy Mnemo Cards / Final Verification (push) Blocked by required conditions
postgress
2025-12-13 16:27:05 +03:00

13 lines
465 B
Dart

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'discount_dao.dart';
// ignore_for_file: type=lint
mixin _$DiscountDaoMixin on DatabaseAccessor<AppDatabase> {
$DiscountCampaignsTable get discountCampaigns =>
attachedDatabase.discountCampaigns;
$DiscountsTable get discounts => attachedDatabase.discounts;
$UsersTable get users => attachedDatabase.users;
$DiscountUserDatasTable get discountUserDatas =>
attachedDatabase.discountUserDatas;
}