We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 159948e commit 0181a9cCopy full SHA for 0181a9c
1 file changed
README.md
@@ -43,7 +43,7 @@ php artisan vendor:publish --tag="pgvector-migrations"
43
php artisan migrate
44
```
45
46
-You can now use the `vector` type in future migrations
+You can now use the `vector`, `halfvec`, `bit`, and `sparsevec` types in future migrations
47
48
```php
49
Schema::create('items', function (Blueprint $table) {
0 commit comments