postgre, mysql analysers - refactor

This commit is contained in:
Jan Prochazka
2020-04-12 10:16:33 +02:00
parent fae97a8b4a
commit 6da41bcf4a
7 changed files with 51 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
import { DbType } from './DbType';
import { DbType } from './dbtypes';
export interface NamedObjectInfo {
pureName: string;