php mysql timestamp
- by user342391
I need to track the date and time a user was created in my mysql database. I have column called 'created' and the data type as TIMESTAMP.
The problem is that when a user changes their password or other information the TIMESTAMP value changes. How can I set this to not change????