diff --git a/torch_npu/profiler/analysis/prof_common_func/_constant.py b/torch_npu/profiler/analysis/prof_common_func/_constant.py index 9c8540c1ab356a8c4207de96c8640481d93ec560..de6f50394a7fc3e8fad3b89721592c238cb4f737 100644 --- a/torch_npu/profiler/analysis/prof_common_func/_constant.py +++ b/torch_npu/profiler/analysis/prof_common_func/_constant.py @@ -383,7 +383,7 @@ class TableColumnsManager(): ], DbConstant.TABLE_ENUM_API_TYPE : [ ("id", Constant.SQL_INTEGER_TYPE), - ("name", Constant.SQL_INTEGER_TYPE) + ("name", Constant.SQL_TEXT_TYPE) ], DbConstant.TABLE_PYTORCH_API : [ ("startNs", Constant.SQL_TEXT_TYPE),