This commit is contained in:
2026-02-11 05:05:32 +01:00
parent 42caaecb18
commit 7345010391
5 changed files with 30 additions and 10 deletions
+4
View File
@@ -107,6 +107,7 @@ export interface DSQL_TableSchemaType {
tableNameOld?: string;
childTableDbId?: string | number;
collation?: (typeof MariaDBCollations)[number];
isVector?: boolean;
}
export interface DSQL_ChildrenTablesType {
@@ -158,6 +159,8 @@ export type DSQL_FieldSchemaType = {
moving?: boolean;
code?: boolean;
options?: string[];
isVector?: boolean;
vectorSize?: number;
} & {
[key in (typeof TextFieldTypesArray)[number]["value"]]?: boolean;
};
@@ -3069,6 +3072,7 @@ export type DSQLFetchApiOptions<
csrfValue?: string;
csrfKey?: string;
fetchOptions?: RequestInit;
query?: T;
};
export type AddDbEntryParam<