diff options
author | hekeguang <hekeguang@chinamobile.com> | 2022-09-26 17:21:38 +0800 |
---|---|---|
committer | hekeguang <hekeguang@chinamobile.com> | 2022-09-26 17:21:56 +0800 |
commit | 4f006378f24d0a890214e6567b78c5e0d9881738 (patch) | |
tree | 9226f7b8c8626b24ff21aac71faae405cd7904ad | |
parent | ead03c73657e3c46f87d82a34939b84ae35e8417 (diff) |
Modify sql bugs.5.1.0
Issue-ID: USECASEUI-696
Change-Id: I4787df7d14ee68eb172b7475bf4e310073a9bd59
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
-rw-r--r-- | intentanalysis/src/test/resources/intentdb-test-init.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/intentanalysis/src/test/resources/intentdb-test-init.sql b/intentanalysis/src/test/resources/intentdb-test-init.sql index 06effe6..8c8ab53 100644 --- a/intentanalysis/src/test/resources/intentdb-test-init.sql +++ b/intentanalysis/src/test/resources/intentdb-test-init.sql @@ -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) ); |