Hello,
I am trying to import the following into a table:
1,tim@google.com,tim,clements,www.test.com,CURRENT_TIMESTAMP
2,tom@google.com,tom,clements,www.tom.com,CURRENT_TIMESTAMP
3,jon@google.com,terry,clements,www.jon.com,CURRENT_TIMESTAMP
I was hoping the last field would be set to the current time and date but it is set as 0000-00-00 00:00:00.
It is set as a timestamp field with the default set to CURRENT_TIMESTAMP
Is that possible?
Thanks,
Tim.