The timestampTz method creates a TIMESTAMP (with timezone) equivalent column with an optional precision (total digits):
timestampTz
TIMESTAMP
$table->timestampTz('added_at', $precision = 0);