Open peterjem opened 4 years ago
Is it possible to store all the favorited post ID of each user in a single field separated by comma? so that there will be only single row for each user_id.
For eg: user_id 5 post_id 2,7,14,23
Thanks
Is it possible to store all the favorited post ID of each user in a single field separated by comma? so that there will be only single row for each user_id.
For eg: user_id 5
post_id 2,7,14,23
Thanks