project is written on php.
There is timestamp field in mysql it updates automatically. In one case I don`t need update this field. Can I gibe instruction not to update this field in this queries without getting timestamp value.
project is written on php. There is timestamp field in mysql it updates automatically.
Share
You should change it to
DEFAULT CURRENT_TIMESTAMPotherwise it will auto-update. From the manual: