AlexandreAndrade00
AlexandreAndrade00
This table: ```sql import 'package:persistence/src/database/type_converters/tsid_type_converter.dart'; CREATE TABLE dynamic_tables ( id INTEGER PRIMARY KEY MAPPED BY `const TsidTypeConverter()`, name TEXT(512) NOT NULL, permissions TEXT(512) NOT NULL, max_entries INTEGER NOT NULL, version...
**Describe the bug** The flutter_tester processes aren't terminated. **To Reproduce** Steps to reproduce the behavior: 1. Run multiple tests with breakpoints 2. Exit in the middle of the execution **Expected...
In the documentation it shows that the referenced columns should be available when using `withReferences()`, but in my case is not showing up. Tables: ```dart class DynamicRelations extends Table {...