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