mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-10-15 06:10:23 +00:00
递增值的增量字段同步
This commit is contained in:
@@ -291,7 +291,7 @@ public class MysqlMetadataQueryProvider extends AbstractMetadataProvider {
|
||||
if (length > 65) {
|
||||
length = 65;
|
||||
}
|
||||
if (length > 15) {
|
||||
if (length >= 15) {
|
||||
retval += "DECIMAL(" + length;
|
||||
if (precision > 0) {
|
||||
if (precision > 30) {
|
||||
|
Reference in New Issue
Block a user