From 704c5c60724027c2027678df1d33543793588114 Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Wed, 11 May 2022 13:54:30 +0800 Subject: [PATCH] Add unit test --- Src/Asp.Net/OracleTest/UnitTest/UCodeFirst.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Src/Asp.Net/OracleTest/UnitTest/UCodeFirst.cs b/Src/Asp.Net/OracleTest/UnitTest/UCodeFirst.cs index 3427b90c1..d3744d9da 100644 --- a/Src/Asp.Net/OracleTest/UnitTest/UCodeFirst.cs +++ b/Src/Asp.Net/OracleTest/UnitTest/UCodeFirst.cs @@ -39,6 +39,12 @@ namespace OrmTest Db.Insertable(new UnitCodeFirst131() { Id = 1 }).ExecuteCommand(); Db.CodeFirst.InitTables(); Db.CodeFirst.InitTables(); + Db.CodeFirst.InitTables(); + } + public class UnitADFA13131 + { + [SugarColumn(ColumnDescription = "order")] + public string order { get; set; } } public class UnitCodeFirst131 {