mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-29 10:43:06 +08:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@ -23,6 +23,26 @@ public class OperationUpdateRequest {
|
||||
*/
|
||||
private String name;
|
||||
|
||||
/**
|
||||
* 数据源连接ID
|
||||
*/
|
||||
private Long dataSourceId;
|
||||
|
||||
/**
|
||||
* db名称
|
||||
*/
|
||||
private String databaseName;
|
||||
|
||||
/**
|
||||
* 表所在空间
|
||||
*/
|
||||
private String schemaName;
|
||||
|
||||
/**
|
||||
* 数据库类型
|
||||
*/
|
||||
private String type;
|
||||
|
||||
/**
|
||||
* ddl内容
|
||||
*/
|
||||
|
Reference in New Issue
Block a user