The timestamps method creates created_at and updated_at TIMESTAMP equivalent columns with an optional precision (total digits):
timestamps
created_at
updated_at
TIMESTAMP
$table->timestamps($precision = 0);