Fix vector table errors
This commit is contained in:
Vendored
+3
@@ -85,6 +85,9 @@ export interface BUN_SQLITE_TableSchemaType {
|
||||
* If this is a vector table
|
||||
*/
|
||||
isVector?: boolean;
|
||||
/**
|
||||
* Type of vector. Defaults to `vec0`
|
||||
*/
|
||||
vectorType?: string;
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user