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) {
1336
1336
1337
1337
* ** 2.0.0**
1338
1338
* 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` )
1340
1340
* ** 1.0.0**
1341
1341
* Laravel 11.17 released a new ` whereLike ` and ` orWhereLike ` builder method so the behaviour had to be aligned with Laravel's implementation:
1342
1342
* 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