wolfboys commented on code in PR #3478: URL: https://github.com/apache/incubator-streampark/pull/3478#discussion_r1448165592
########## streampark-console/streampark-console-service/src/main/assembly/script/schema/mysql-schema.sql: ########## @@ -173,6 +173,7 @@ create table `t_flink_log` ( `exception` text collate utf8mb4_general_ci, `option_time` datetime default null, `option_name` tinyint default null, + `user_id` bigint default null comment 'operator user id', Review Comment: pgsql-schema.sql and ApplicationLogMapper.xml also need to add this field -- 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]
