mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-30 04:28:09 +08:00
-
This commit is contained in:
parent
fb370e6a43
commit
c83cab77ec
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user