mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 01:46:01 +00:00
create table script
This commit is contained in:
4
packages/types/dumper.d.ts
vendored
4
packages/types/dumper.d.ts
vendored
@@ -1,5 +1,9 @@
|
||||
import { TableInfo } from "./dbinfo";
|
||||
|
||||
export interface SqlDumper {
|
||||
s: string;
|
||||
put(format: string, ...args);
|
||||
putCmd(format: string, ...args);
|
||||
endCommand();
|
||||
createTable(table: TableInfo);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user