|
Re: timestamp
This changed a bit between versions but my understanding is that by default, the first timestamp column in the table will auto update, the rest will not.
You can either just switch the columns or specify for the default behaviours to be changed with an alter table.
|