Is there a simple way to just tell the mysql database to add or subtract one to the desired cell? I know that I can do a query to find out the current value in the cell, then add one, and then update it, but it seems like there should be shorter/simpler way to do this.