Updates
This commit is contained in:
parent
7345010391
commit
b25316485b
1
dist/package-shared/types/index.d.ts
vendored
1
dist/package-shared/types/index.d.ts
vendored
@ -61,6 +61,7 @@ export interface DSQL_TableSchemaType {
|
|||||||
childTableDbId?: string | number;
|
childTableDbId?: string | number;
|
||||||
collation?: (typeof MariaDBCollations)[number];
|
collation?: (typeof MariaDBCollations)[number];
|
||||||
isVector?: boolean;
|
isVector?: boolean;
|
||||||
|
vectorType?: string;
|
||||||
}
|
}
|
||||||
export interface DSQL_ChildrenTablesType {
|
export interface DSQL_ChildrenTablesType {
|
||||||
tableId?: string | number;
|
tableId?: string | number;
|
||||||
|
|||||||
@ -108,6 +108,7 @@ export interface DSQL_TableSchemaType {
|
|||||||
childTableDbId?: string | number;
|
childTableDbId?: string | number;
|
||||||
collation?: (typeof MariaDBCollations)[number];
|
collation?: (typeof MariaDBCollations)[number];
|
||||||
isVector?: boolean;
|
isVector?: boolean;
|
||||||
|
vectorType?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface DSQL_ChildrenTablesType {
|
export interface DSQL_ChildrenTablesType {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moduletrace/datasquirel",
|
"name": "@moduletrace/datasquirel",
|
||||||
"version": "5.7.36",
|
"version": "5.7.37",
|
||||||
"description": "Cloud-based SQL data management tool",
|
"description": "Cloud-based SQL data management tool",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user