File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1336,7 +1336,7 @@ Schema::create('comments', function (Blueprint $table) {
13361336
13371337* ** 2.0.0**
13381338 * Laravel 11.25 released a new ` vector ` migration type so the behaviour had to be aligned with Laravel's implementation:
1339- * The ` $dimensions ` parameter (formerly with a default of 1536) is now required
1339+ * A missing ` $dimensions ` parameter now leads to a vector type with unspecified dimension size (formerly defaulted to ` $dimensions = 1536` )
13401340* ** 1.0.0**
13411341 * Laravel 11.17 released a new ` whereLike ` and ` orWhereLike ` builder method so the behaviour had to be aligned with Laravel's implementation:
13421342 * The value is now searched case-insensitive by default instead of case-sensitive
You can’t perform that action at this time.
0 commit comments