prax-codegen 0.10.0

Procedural macros for code generation in the Prax ORM
Documentation
1
2
3
4
5
error: field `email` is not numeric; `_sum` requires a numeric column (Int, BigInt, Float, or Decimal)
 --> tests/ui/aggregate_sum_on_string_fail.rs:7:17
  |
7 |         _sum: { email: true },
  |                 ^^^^^