Updates
This commit is contained in:
@@ -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<
|
||||
|
||||
Reference in New Issue
Block a user