custom joins

This commit is contained in:
Jan Prochazka
2022-08-27 18:07:49 +02:00
parent b6a0fe6713
commit 33b11eef38
6 changed files with 178 additions and 61 deletions

View File

@@ -8,9 +8,10 @@ import uuidv1 from 'uuid/v1';
// }
export interface PerspectiveCustomJoinConfig {
joinid: string;
refNodeDesignerId: string;
referenceDesignerId: string;
joinName: string;
baseUniqueName: string;
baseDesignerId: string;
conid?: string;
database?: string;
refSchemaName?: string;
@@ -50,6 +51,8 @@ export interface PerspectiveNodeConfig {
schemaName?: string;
pureName: string;
alias?: string;
conid?: string;
database?: string;