In order to avoid unwanted behaviour we need to switch from i64 to u64. Leaving i64 convertion to sqlx and using `TryFrom` macro
In order to avoid unwanted behaviour we need to switch from i64 to u64. Leaving i64 convertion to sqlx and using
TryFrommacro