Sunday, January 23, 2022

[FIXED] Can't add current time-stamp as default in MySql using phpMyAdmin

Issue

enter image description here

Trying to create current date column, when I select default 'none' it works. But if I, select current timestamp then, can't create the column.


Solution

You use the unmatched type. Select the type as timestamp not date.

enter image description here

result:

enter image description here



Answered By - LF00

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.