// GENERATED CODE - DO NOT MODIFY BY HAND

part of '../../../database/daos/bookings_dao.dart';

// ignore_for_file: type=lint
mixin _$BookingsDaoMixin on DatabaseAccessor<ComwellDatabase> {
  $BookingEntityTable get bookingEntity => attachedDatabase.bookingEntity;
}