Synchronization code

This commit is contained in:
sunkaixuan
2024-01-23 13:17:34 +08:00
parent df1d1460ce
commit b9a8052546

View File

@@ -641,6 +641,10 @@ WHERE table_name = '"+tableName+"'");
x.Length = 0;
x.DecimalDigits = 0;
}
if (x.OracleDataType.HasValue())
{
x.DataType = x.OracleDataType;
}
}
#endregion
}