I would like to include an integer version field in my table, auto-incrementing on each update made to a row. Is it possible to do this in MySQL?
Please note that I\
Yes it is. The more general problem is called slowly changing dimensions.