ruanwenjun commented on issue #5326: URL: https://github.com/apache/dolphinscheduler/issues/5326#issuecomment-823064588
> The user_id of t_ds_project is the create user id. If we want to delete this user which create this project ,we should delete this project first,but this project may be visible and used by other users.May be functions that can be replaced by project owners is a choice. Yeal, currently the `user_id` in `t_ds_project` table represents project creator, but I think it might be better to change its meaning to project owner, so that we can provide a method to update the project owner. Otherwise, once we delete the user, the project creator will be null. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
