We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31da00a commit 1ab1acbCopy full SHA for 1ab1acb
migrations.md
@@ -924,7 +924,7 @@ The `uuid` method creates a `UUID` equivalent column:
924
925
The `vector` method creates a `vector` equivalent column:
926
927
- $table->vector('embedding');
+ $table->vector('embedding', dimensions: 100);
928
929
<a name="column-method-year"></a>
930
#### `year()` {.collection-method}
0 commit comments