mysql - analyse modifications

This commit is contained in:
Jan Prochazka
2020-06-28 15:22:34 +02:00
parent 536ee6678f
commit 8e9b6d5ea2
12 changed files with 132 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ import { NamedObjectInfo, DatabaseInfo } from '@dbgate/types';
export interface ChangeSetItem {
pureName: string;
schemaName: string;
schemaName?: string;
insertedRowIndex?: number;
condition?: { [column: string]: string };
fields?: { [column: string]: string };