File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Illuminate/Database/Schema Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1266,7 +1266,7 @@ public function nullableTimestamps($precision = null)
12661266 }
12671267
12681268 /**
1269- * Add creation and update timestampTz columns to the table.
1269+ * Add nullable creation and update timestampTz columns to the table.
12701270 *
12711271 * @param int|null $precision
12721272 * @return \Illuminate\Support\Collection<int, \Illuminate\Database\Schema\ColumnDefinition>
@@ -1280,7 +1280,7 @@ public function timestampsTz($precision = null)
12801280 }
12811281
12821282 /**
1283- * Add nullable creation and update timestamps to the table.
1283+ * Add nullable creation and update timestampTz columns to the table.
12841284 *
12851285 * Alias for self::timestampsTz().
12861286 *
You can’t perform that action at this time.
0 commit comments