If you need to set current date and time as default value then here is the table modification query:
ALTER TABLE mytable MODIFY COLUMN mycolumn datetime DEFAULT CURRENT_TIMESTAMP
If you need to set current date and time as default value then here is the table modification query:
ALTER TABLE mytable MODIFY COLUMN mycolumn datetime DEFAULT CURRENT_TIMESTAMP