Skip to content

Commit 0181a9c

Browse files
committed
Updated readme [skip ci]
1 parent 159948e commit 0181a9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ php artisan vendor:publish --tag="pgvector-migrations"
4343
php artisan migrate
4444
```
4545

46-
You can now use the `vector` type in future migrations
46+
You can now use the `vector`, `halfvec`, `bit`, and `sparsevec` types in future migrations
4747

4848
```php
4949
Schema::create('items', function (Blueprint $table) {

0 commit comments

Comments
 (0)