mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-16 13:09:33 +08:00
Optimize Oracle create tables
This commit is contained in:
parent
0f8e88189e
commit
df1d1460ce
@ -641,6 +641,10 @@ WHERE table_name = '"+tableName+"'");
|
|||||||
x.Length = 0;
|
x.Length = 0;
|
||||||
x.DecimalDigits = 0;
|
x.DecimalDigits = 0;
|
||||||
}
|
}
|
||||||
|
if (x.OracleDataType.HasValue())
|
||||||
|
{
|
||||||
|
x.DataType = x.OracleDataType;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user