I get why I was wrong. Re: Database WTF
In a line, date_time NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP . Specifically, ON UPDATE CURRENT_TIMESTAMP . I did not want that. I wanted to default to current timestamp, but I didn't want it to change. Well, in one case, I think. Not ...
In a line, date_time NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP . Specifically, ON UPDATE CURRENT_TIMESTAMP . I did not want that. I wanted to default to current timestamp, but I didn't want it to change. Well, in one case, I think. Not ...
No comments:
Post a Comment