Hi all !

I have a problem : I have a table "my_table". 
desc my_table :

Field                Type         Null        Key        Default        Extra          
mytable_sid        int(11)                                                 
auto_increment 
value                  double (6.2) 

this is the table sturcture 2 weeks ago

Today the table structure is this one :

Field                Type         Null        Key        Default        Extra          
mytable_sid        int(11)                                                 
auto_increment 
value                  int(11)
 
I would like to know when the fields value has been changed and by wich user ?
Does it exist a trace or an history of the tables in mysql database ?

If yes,  how do do it ?

regards 

jv

 

Reply via email to