healchow commented on code in PR #6046:
URL: https://github.com/apache/inlong/pull/6046#discussion_r984376651


##########
inlong-manager/manager-web/sql/apache_inlong_manager.sql:
##########
@@ -675,6 +675,7 @@ CREATE TABLE IF NOT EXISTS `workflow_process`
     `type`            varchar(256)          DEFAULT NULL COMMENT 'Process 
classification',
     `title`           varchar(256)          DEFAULT NULL COMMENT 'Process 
title',
     `inlong_group_id` varchar(256)          DEFAULT NULL COMMENT 'Inlong group 
id: to facilitate related inlong group',
+    `inlong_stream_id`varchar(256)          DEFAULT NULL COMMENT 'Inlong 
stream id: to facilitate related inlong stream',

Review Comment:
   ```suggestion
       `inlong_group_id` varchar(256)          DEFAULT NULL COMMENT 'Inlong 
group id to which this process belongs',
       `inlong_stream_id`varchar(256)          DEFAULT NULL COMMENT 'Inlong 
stream id to which this process belongs',
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@inlong.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to