Reductions
Reductions
I think the problem is that in your router you have `subID`, but in the controller you have `subId`.
There is no such an anotation. What you need to use is `@Table(...)`;
@oldshen Maybe you should rename `schema` to something else (`flavor` for example) as schema is database term is used for something else.
There is a braking change in dart 2.9 that prevents the cli from working.
Here is a repo with the examples given: https://github.com/Reductions/dart_gherkin_bugreport