diff options
author | hekeguang <hekeguang@chinamobile.com> | 2022-11-22 11:11:52 +0800 |
---|---|---|
committer | hekeguang <hekeguang@chinamobile.com> | 2022-11-22 11:12:08 +0800 |
commit | 2f871e98fa6e94cc41ed1f12205030b117dd1569 (patch) | |
tree | 2f8ee93033d7e5e78c9ad926e40d22ca3f413697 /intentanalysis/src/main/resources/intent-analysis-init.sql | |
parent | 89039c53eae5a28678e23aa42cadc3b61204330d (diff) |
Add logs for intentAnalysisServer.
Issue-ID: USECASEUI-762
Change-Id: I22df538103455df4ccc886eab3d06acc899279c4
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
Diffstat (limited to 'intentanalysis/src/main/resources/intent-analysis-init.sql')
-rw-r--r-- | intentanalysis/src/main/resources/intent-analysis-init.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/intentanalysis/src/main/resources/intent-analysis-init.sql b/intentanalysis/src/main/resources/intent-analysis-init.sql index 88773f6..682c976 100644 --- a/intentanalysis/src/main/resources/intent-analysis-init.sql +++ b/intentanalysis/src/main/resources/intent-analysis-init.sql @@ -2,7 +2,8 @@ CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; create table if not exists intent( intent_id varchar(255) primary key, - intent_name varchar(255) + intent_name varchar(255), + intent_generateType VARCHAR (225) ); create table if not exists expectation( |