mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-09-20 11:04:54 +00:00
mysql 转 Postgresql 增加默认值
This commit is contained in:
@@ -29,7 +29,7 @@ public class TargetDataSourceProperties {
|
||||
private CaseConvertEnum columnNameCase = CaseConvertEnum.NONE;
|
||||
private Boolean targetDrop = Boolean.TRUE;
|
||||
private Boolean onlyCreate = Boolean.FALSE;
|
||||
private Boolean createTableAutoIncrement = Boolean.FALSE;
|
||||
private Boolean createTableAutoIncrement = Boolean.TRUE;
|
||||
private Boolean writerEngineInsert = Boolean.FALSE;
|
||||
private Boolean changeDataSync = Boolean.FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user