Synchronization code

This commit is contained in:
sunkaixuan 2024-03-06 17:50:04 +08:00
parent 40b8a75168
commit 30ece82dc9
2 changed files with 2 additions and 2 deletions

View File

@ -743,7 +743,7 @@ AND syscomments.text LIKE '%"+tableName+"%'");
private static void ConvertCreateColumnInfo(DbColumnInfo x)
{
string[] array = new string[] { "int", "text", "image", "smallint", "bigint", "date", "bit", "ntext", "datetime","datetime2", "uniqueidentifier", "tinyint", "rowversion", "timestamp" };
string[] array = new string[] { "int", "text", "image", "smallint", "bigint", "date", "bit", "ntext", "datetime","datetime2", "uniqueidentifier", "tinyint", "rowversion", "timestamp", "money" };
if (x.DataType.EqualCase( "nvarchar") || x.DataType .EqualCase( "varchar"))
{
if (x.Length < 1)

View File

@ -2,7 +2,7 @@
<package >
<metadata>
<id>SqlSugarCore</id>
<version>5.1.4.144-preview16</version>
<version>5.1.4.144-preview20</version>
<authors>sunkaixuan</authors>
<owners>果糖大数据科技</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>