WaterPredict/IStation.ChEr.DAL.WaterPredict/DB/MainDbContext.cs
@@ -58,10 +58,10 @@ public void InitTables(bool Backup = false, int StringDefaultLength = 250) { var simple = new SimpleClient<Entity.PredictData>();//IsNullable var simple = new SimpleClient<Entity.WaterPredict>();//IsNullable Type[] types = new Type[] { typeof(Entity.PredictData) typeof(Entity.WaterPredict) }; //Db.CodeFirst.SetStringDefaultLength(StringDefaultLength);