This commit is contained in:
Benjamin Toby 2026-02-11 05:08:45 +01:00
parent 7345010391
commit b25316485b
3 changed files with 3 additions and 1 deletions

View File

@ -61,6 +61,7 @@ export interface DSQL_TableSchemaType {
childTableDbId?: string | number;
collation?: (typeof MariaDBCollations)[number];
isVector?: boolean;
vectorType?: string;
}
export interface DSQL_ChildrenTablesType {
tableId?: string | number;

View File

@ -108,6 +108,7 @@ export interface DSQL_TableSchemaType {
childTableDbId?: string | number;
collation?: (typeof MariaDBCollations)[number];
isVector?: boolean;
vectorType?: string;
}
export interface DSQL_ChildrenTablesType {

View File

@ -1,6 +1,6 @@
{
"name": "@moduletrace/datasquirel",
"version": "5.7.36",
"version": "5.7.37",
"description": "Cloud-based SQL data management tool",
"main": "dist/index.js",
"bin": {