tangxu
2024-05-04 39579aa528747af7ca7b17b04453095e2a27a009
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);