The dateTime method creates a DATETIME equivalent column with an optional precision (total digits):
dateTime
DATETIME
$table->dateTime('created_at', $precision = 0);