Browse Source

-

pull/12/MERGE
sunkaixuan 6 years ago
parent
commit
9ddf209900
  1. 2
      Src/Asp.NetCore2/SqlSeverTest/SqlSugar/Realization/MySql/DbMaintenance/MySqlDbMaintenance.cs

2
Src/Asp.NetCore2/SqlSeverTest/SqlSugar/Realization/MySql/DbMaintenance/MySqlDbMaintenance.cs

@ -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…
Cancel
Save