I'm a beginner at MySQL. I have a table with 160rows . I need to keep tracking this table everytime someone make change to all row , example
tabelname = customer
id
user_id
name
lastname
datebirth
accupation
spouse
etc...
etc..
until 160 rows in total
When someone changes a record, let say datebirth
, I need all detail record in the history table.
When someone changes 10times, I need all the records to change, so I have 10 save records on history tables.