This commit is contained in:
sunkaixuan
2019-05-21 14:46:40 +08:00
parent c83cab77ec
commit 9ddf209900

View File

@@ -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);