You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by "macksonmu (via GitHub)" <gi...@apache.org> on 2023/04/22 09:45:19 UTC

[GitHub] [incubator-streampark] macksonmu commented on a diff in pull request #2680: [Improve] ddl schema column length improvement

macksonmu commented on code in PR #2680:
URL: https://github.com/apache/incubator-streampark/pull/2680#discussion_r1174354637


##########
streampark-console/streampark-console-service/src/main/assembly/script/data/mysql-data.sql:
##########
@@ -135,8 +135,8 @@ insert into `t_menu` values (130603, 130600, 'delete yarn queue', null, null, 'y
 -- ----------------------------
 -- Records of t_role
 -- ----------------------------
-insert into `t_role` values (100001, 'developer', 'developer', now(), now(), null);
-insert into `t_role` values (100002, 'team admin', 'Team Admin has all permissions inside the team.', now(), now(), null);
+insert into `t_role` values (100001, 'developer', now(), now(), 'developer');
+insert into `t_role` values (100002, 'team admin', now(), now(), 'Team Admin has all permissions inside the team.', );

Review Comment:
   There is an extra comma after the last column value



-- 
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: issues-unsubscribe@streampark.apache.org

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