suppose i have 3 columns in my TableA
- Post
- sender_name
3.sender_image
all of 3 columns contains string type of data
my first column Post contains the Content of post (obviously)
second column Contains the name of sender
third contains the Link of sender’s profile image
while creating this post i added Current user’s name and image in both of these columns but when user changes his name or image i want to reflect that change in my Post too , so my question is that how can i tell my second & third Column to use (value of user’s username & profile_image_link column ) instead of providing a static one , i know for this i have to use relations between tables but i went trough the Docs and i’m able to create the Relation but i dont know what to do next , how to link the columns ??