Wrong type on decimals
Hello, I have encountered something interesting. The first screenshot shows what I'm inserting into the products table, second shows the schema of the products table and the third one shows what I get when I query the products table. As you can see all decimal fields are now strings but typescript is telling me that they're numbers.
3 Replies
Hmm, decimals should be strings everywhere
This is postgres, correct?
OK, this is apparently MySQL, since it's declared as number in there
Let me fix
yep this is mysql
@coldhands fixed in
0.23.6