Posts by Giovanne Tarcitano • 21 points
3 posts
-
2
votes1
answer582
viewsA: Migration does not create table in database. Typeorm, postgresql
I saw that you have already changed typeORM for sequelize, but it follows a possible solution to this problem in case someone else comes to have. Back in the archive ormconfig.json you need to…
-
0
votes1
answer249
viewsA: Update user photo data with nodejs and Typeorm
This typing error occurs because the images column has been typed as an Image array, and when you are associating using updatedProfile.images = images; you are passing an object that is outside an…
-
-1
votes1
answer87
viewsA: how to get an id with knex and typescript?
The endpoint /service-budget will only be called after the user has already chosen the provider, right? If this is the case, this worker_id should be sent on the body of the post, as probably your…