wolfboys commented on code in PR #1792:
URL: 
https://github.com/apache/incubator-streampark/pull/1792#discussion_r991335591


##########
streampark-console/streampark-console-service/src/assembly/script/schema/mysql-schema.sql:
##########
@@ -375,6 +375,7 @@ create table `t_user` (
   `password` varchar(128) collate utf8mb4_general_ci not null comment 
'password',
   `email` varchar(128) collate utf8mb4_general_ci default null comment 'email',
   `user_type` int  not null comment 'user type 1:admin 2:user',
+  `team_id` bigint default null comment 'latest team id',

Review Comment:
   > Rename `team_id` to `latest_team_id` may be more clear.
   
   Considering the uniformity of the fields, and the cooperation between the 
front and back ends,  I think teamid is better
   



-- 
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]

Reply via email to