This commit is contained in:
Benjamin Toby 2026-02-11 10:49:21 +01:00
parent 5847bd34ab
commit 16cc7bede5
3 changed files with 3 additions and 3 deletions

View File

@ -128,7 +128,7 @@ export type DSQL_FieldSchemaType = {
decimals?: string | number;
moving?: boolean;
code?: boolean;
options?: string[];
options?: (string | number)[];
isVector?: boolean;
vectorSize?: number;
/**

View File

@ -159,7 +159,7 @@ export type DSQL_FieldSchemaType = {
decimals?: string | number;
moving?: boolean;
code?: boolean;
options?: string[];
options?: (string | number)[];
isVector?: boolean;
vectorSize?: number;
/**

View File

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