Skip to content

Commit 327f8f6

Browse files
committed
fix: update vector type breaking change with new behaviour
1 parent 503c5e9 commit 327f8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)