mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 22:08:34 +08:00
feat(数据源): API数据源支持设置主键,增量同步可根据主键更新已同步的数据
This commit is contained in:
@@ -15,6 +15,7 @@ public class TableField implements Serializable {
|
||||
private long size;
|
||||
private int scale;
|
||||
private boolean checked = false;
|
||||
private boolean primaryKey = false;
|
||||
private String fieldType;
|
||||
private Integer deType;
|
||||
private Integer deExtractType;
|
||||
|
||||
Reference in New Issue
Block a user