I have a users table and I would like to create a 'posts made' column so that everytime a user makes a post to the site it incremented its value by 1.
How would I go about this? What sort of SQL statement would I use and what attributes would the database field have to have (if any)?
Many thanks.
Jamie 🙂