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