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