i'm trying to add a database field called "lastLogin" which should populate each time someone will log in. there's an error when trying to add the field:
#1294 - Invalid ON UPDATE clause for 'lastLogin' column
i'm not sure what's wrong - i'm having the following settings in phpmyadmin:
field: lastlogin
type: date
standard: none
attribute: on update CURRENT_TIMESTAMP
any idea what's wrong?
thanks