mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 17:36:01 +00:00
insert rows
This commit is contained in:
@@ -36,10 +36,7 @@ export interface Delete {
|
||||
export interface Insert {
|
||||
commandType: 'insert';
|
||||
fields: UpdateField[];
|
||||
targetTable: {
|
||||
schemaName: string;
|
||||
pureName: string;
|
||||
};
|
||||
targetTable: NamedObjectInfo;
|
||||
}
|
||||
|
||||
export type Command = Select | Update | Delete | Insert;
|
||||
|
||||
Reference in New Issue
Block a user