This is my struct User
So i can update every (PUT: users/id) except info component.When i update then:
and throw error:
error error: update "components_user_user_infos" set "bio" = $1, "location" = $2, "website" = $3 where "id" = $4 returning * - invalid input syntax for type integer: "false"
I have been test on Postman and same this error.