I am trying to use a simple mysql database, but I am setting it up so that each field is backed up by an unlimited number of versions. The best way I can illustrate this is by replacing each field of each table with a stack of all the values โโthat this value has ever had (each of these values โโshould be temporary). I assume this is similar to setting version control for all my data.
Any ideas on how to do this?
version-control mysql backup
Shawn
source share