healchow commented on code in PR #4788:
URL: https://github.com/apache/inlong/pull/4788#discussion_r907023839
##########
inlong-manager/manager-test/src/main/resources/h2/apache_inlong_manager.sql:
##########
@@ -85,7 +85,7 @@ CREATE TABLE IF NOT EXISTS `inlong_cluster`
`in_charges` varchar(512) NOT NULL COMMENT 'Name of responsible person,
separated by commas',
`status` int(4) DEFAULT '0' COMMENT 'Cluster status',
`is_deleted` int(11) DEFAULT '0' COMMENT 'Whether to delete, 0:
not deleted, > 0: deleted',
- `creator` varchar(64) NOT NULL COMMENT 'Creator name',
+ `creator` varchar(64) DEFAULT NULL COMMENT 'Creator name',
Review Comment:
It is suggested to change the config in save operate.
--
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]