When I enter CURRENT_TIMESTAMP in for my default value it gives me an invalid default value for 'edit time'
Anyone know what I can enter in to make this go away?
CURRENT_TIMESTAMP
Moderator: General Moderators
-
turburator
- Forum Newbie
- Posts: 1
- Joined: Thu Oct 08, 2009 12:57 am
Re: CURRENT_TIMESTAMP
If you need to get the current timestamp you use:
time();
Regards
John
time();
Regards
John
Re: CURRENT_TIMESTAMP
Double post.
Locked.
Locked.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.