generated designer query SQL

This commit is contained in:
Jan Prochazka
2020-12-28 13:59:36 +01:00
parent 79759b1665
commit c10c6afbc5
8 changed files with 217 additions and 14 deletions

View File

@@ -1,6 +1,4 @@
import { TableInfo } from 'dbgate-types';
type DesignerTableInfo = TableInfo & { designerId: string };
import { DesignerTableInfo } from "./types";
export default class DomTableRef {
domTable: Element;