Kevin Evans
Results
42
issues of
Kevin Evans
**Describe the bug** I have a table with an FK `deviceGroupId` which references another table called `deviceGroup`: ```dart @ReferenceName('deviceGroup') IntColumn get deviceGroupId => integer().nullable().references( DeviceGroups, #id, onDelete: KeyAction.setNull, )(); ```...
discussion
Is it possible to move ExportController to devtools_app_shared? I'd like to export a file from a devtool but would prefer reusing the existing code for this.
devtools extensions
P2