|
@@ -151,11 +151,11 @@ namespace MECF.Framework.Common.DBCore
|
|
|
{"start_time", typeof(DateTime) },
|
|
|
});
|
|
|
|
|
|
- //DB.CreateTableColumn("schedule_maintenance", new Dictionary<string, Type>()
|
|
|
- //{
|
|
|
- // {"association_process_recipeName", typeof(string) },
|
|
|
- // {"addition_information_display_supplement", typeof(string) },
|
|
|
- //});
|
|
|
+ DB.CreateTableColumn("schedule_maintenance", new Dictionary<string, Type>()
|
|
|
+ {
|
|
|
+ {"association_process_recipeName", typeof(string) },
|
|
|
+ {"addition_information_display_supplement", typeof(string) },
|
|
|
+ });
|
|
|
}
|
|
|
}
|
|
|
}
|