修改迁移配置以及测试
continuous-integration/drone/push Build is passing

This commit is contained in:
hang
2024-09-17 23:16:11 +08:00
parent 65e47d9918
commit 19b647fb4a
15 changed files with 296 additions and 222 deletions
@@ -157,13 +157,13 @@ namespace IRaCIS.Core.Test.CodeFirstTest.MSSQL
public class ProjectUser : BaseFullAuditEntity
{
public string Name2 { get; set; }
//public string Name2 { get; set; }
public string OtherName { get; set; }
//public string OtherName { get; set; }
public string Code { get; set; }
public string Name2 { get; set; }
//外键
public Guid ProjectId { get; set; }
@@ -195,4 +195,16 @@ namespace IRaCIS.Core.Test.CodeFirstTest.MSSQL
#endregion
#region
public class TestFieldName : BaseFullAuditEntity
{
public string NAME1 { get; set; }
public string NAme2 { get; set; }
public string naMe3 { get; set; }
}
#endregion
}