Closed charbelfakhry closed 11 months ago
Hello, please can you add picture id to the posts database and model? because posts are made of pictures, so I need to get picture and put it in post model
Hello, please can you add picture id to the posts database and model? because posts are made of pictures, so I need to get picture and put it in post model
The ORM allows tables to be joined in such a way as to easily extract the likes and comments, and by extension, their number, from the posts table.
Hello, please can you add picture id to the posts database and model? because posts are made of pictures, so I need to get picture and put it in post model
Sure.
Create the typORM model for the entities USERS and POSTS. with the required relationship