DATETIME data type MYSQL

On a table I have a created two rows that are DATETIME type.

On scripts I used to have, I used to use something like:

date=CURDATE()

to enter the date into the database. But now I want to enter both the date and the time in one single row using the DATETIME data type. How can I do that? :red: