mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-27 16:50:33 +08:00
MySql RenameColumn BUG
This commit is contained in:
@@ -147,6 +147,7 @@
|
||||
<Compile Include="OldTest\UnitTest\Update.cs" />
|
||||
<Compile Include="Models\CarType.cs" />
|
||||
<Compile Include="UnitTest\UAdo.cs" />
|
||||
<Compile Include="UnitTest\Updateable.cs" />
|
||||
<Compile Include="UnitTest\UQueryable.cs" />
|
||||
<Compile Include="UnitTest\UQueryableAsync.cs" />
|
||||
<Compile Include="UnitTest\UThread3.cs" />
|
||||
|
||||
16
Src/Asp.Net/SqlServerTest/UnitTest/Updateable.cs
Normal file
16
Src/Asp.Net/SqlServerTest/UnitTest/Updateable.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OrmTest
|
||||
{
|
||||
public class Updateable
|
||||
{
|
||||
public static void Init()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user