mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-24 13:03:43 +08:00
-
This commit is contained in:
@@ -383,7 +383,7 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
appendSql += column.IsNullable ? " NULL" : "NOT NULL";
|
appendSql += column.IsNullable ? " NULL " : " NOT NULL ";
|
||||||
}
|
}
|
||||||
tableName = this.SqlBuilder.GetTranslationTableName(tableName);
|
tableName = this.SqlBuilder.GetTranslationTableName(tableName);
|
||||||
oldColumnName = this.SqlBuilder.GetTranslationColumnName(oldColumnName);
|
oldColumnName = this.SqlBuilder.GetTranslationColumnName(oldColumnName);
|
||||||
|
Reference in New Issue
Block a user