Replies: 1 comment
-
I wonder if there is a solution on this... I have bumped into this exact problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running into an error when using money column types and rust_decimal::Decimal
If I create a table with money type column like so:
And then after generating the table, if I create an entity from it using sea-orm-cli I end up with something like this:
Using this code below, when I try to insert a new row I have no issues, but when querying for rows I end up with an error due to the decimal type:
The error I get is this:
I was wondering if I was missing something, or if this wasn't supported yet?
Beta Was this translation helpful? Give feedback.
All reactions