imvan commented on a change in pull request #2299:
URL: https://github.com/apache/incubator-inlong/pull/2299#discussion_r790772856
##########
File path: inlong-manager/manager-web/sql/apache_inlong_manager.sql
##########
@@ -1146,4 +1146,21 @@ CREATE TABLE `sort_cluster_config`
) ENGINE = InnoDB
DEFAULT CHARSET = utf8mb4 COMMENT ='Sort cluster config table';
+-- ----------------------------
+-- Table structure for id_params
+-- ----------------------------
+DROP TABLE IF EXISTS `sort_id_params`;
+CREATE TABLE `sort_id_params`
Review comment:
it's more like a common field of all id params, some extension params
will be defined in tables like sort_id_params_kafka_ext,
sort_id_params_pulsar_ext
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]