Modify sql bugs. 83/131183/1 5.1.0
authorhekeguang <hekeguang@chinamobile.com>
Mon, 26 Sep 2022 09:21:38 +0000 (17:21 +0800)
committerhekeguang <hekeguang@chinamobile.com>
Mon, 26 Sep 2022 09:21:56 +0000 (17:21 +0800)
Issue-ID: USECASEUI-696
Change-Id: I4787df7d14ee68eb172b7475bf4e310073a9bd59
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
intentanalysis/src/test/resources/intentdb-test-init.sql

index 06effe6..8c8ab53 100644 (file)
@@ -81,9 +81,9 @@ create table if not exists condition
 create table if not exists intent_management_function_reg_info(
     imfr_info_id varchar(255) primary key,
     imfr_info_description varchar(255),
-    support_area text ARRAY,
+    support_area varchar(255),
     support_model varchar(255),
-    support_interfaces text ARRAY,
+    support_interfaces varchar(255),
     handle_name varchar(255),
     intent_function_type varchar(255)
     );