mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 21:55:59 +00:00
custom joins
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user