Is this possible because I noticed the like_users field is a blob in the database? I need a programmatic (PHP) way of adding a like to a post given 1 argument, which is the user_id.
No, I want there to be a visible like on a given post (forgot to mention that). So 2 arguments to the function post_id (post to like) and user_id (user that likes that post)