Sorry for the confusion or my poor wording, but thanks for fast follow up @Meishin and @Admin
I am setting the CURRENT_TIMESTAMP as default via the phpmyadmin GUI drop-down menu in the Create Table tab (or via the “change column” form). I have also tried setting it as default via SQL code directly, on the SQL tab (still in the phpmyadmin interface).
But when I insert a new item, the default value renders with quotes and parentheses as I showed in the first post. When I go back into the “change column” GUI form, the drop-down CURRENT_TIMESTAMP selection is not shown as default, but instead As defined: is selected. In the text box, current_timestamp() is written.
To clarify, I initially choose the CURRENT_TIMESTAMP dropdown option, but this is changed to As defined: current_timestamp() after submitting the SQL statement.
If I try a demo database at phpmyadmin.net I have no similar issue.
I would like to try again and take screenshots or re-verify that I did not mess something up, following the recommendations you’ve provided. But, unfortunately, after posting this (publishing the URL on this forum), I hit 25K hits around 10AM yesterday and 50k hits around 3PM, after having approximately 20 hits/day previously (I think my website was viewed primarily by myself and 1 friend, with a few other friends viewing on occasion). So I need to resolve something there as soon as my suspension resolves. Is there any easy way to temporarily take my website offline or unviewable once my account is unsuspended so I can try to find any weird page hit multiplication glitches I may have? I don’t know if I got hit by crawlers or DoS attack or what.
In response to a couple of your points,@Meishin : If I understand correctly, the DB is in EST, and I am too. I am not worried if things are off by 1 hour during DST. I wouldn’t even be worried if the DB was in any other timezone. I am basically concerned about relative timestamps for personal reference.
As for running the SQL without using phpmyadmin, am I correct that I would need to have a webpage on my site with php code connecting to the DB and running the SQL command shown? From what I understand, the only way to access the databases here on IF is to use the phpmyadmin panel or via php in the webpage itself. If I am incorrect in that understanding, let me know.
Best, Patrick Wright