mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-30 03:03:13 +08:00
Add operation log
This commit is contained in:
@ -4,6 +4,7 @@ import java.util.List;
|
||||
|
||||
import ai.chat2db.spi.model.TableColumn;
|
||||
import ai.chat2db.spi.model.TableIndex;
|
||||
import com.fasterxml.jackson.annotation.JsonAlias;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
@ -40,6 +41,17 @@ public class TableRequest {
|
||||
private List<TableIndex> indexList;
|
||||
|
||||
|
||||
/**
|
||||
* 空间名
|
||||
*/
|
||||
private String schemaName;
|
||||
|
||||
/**
|
||||
* 数据库名
|
||||
*/
|
||||
private String databaseName;
|
||||
|
||||
|
||||
private String engine;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user