23.01.2015, 19:39
I'm looking on information on updating a DATETIME stamp automatically. I've been able to make it set itself on INSERT, but I want it to change on UPDATE, automatically. I'm not sure if you can force values into it, as its usually an automatic process (Like using Auto increment for an int). I guess I could save it as a string, but i'd like it to work the default way, if possible.