I would like to find out if there’s a way one can update a record in mysql and
still be able to keep the previous(prior to update) data of the record and also keep an update history counter.
I should be able to use the last updated record as the true record.
Help appreciated.
Thanks.
I think you don’t need to update the record but instead
Insertanother record so your previous records will be untouched.UPDATE 1
You need to create two tables for this. The first one is
datawhich are the records and another is the table that holds it changes. example,