Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add created_by column to the job table #81

Open
hughjfchen opened this issue Sep 6, 2021 · 1 comment
Open

add created_by column to the job table #81

hughjfchen opened this issue Sep 6, 2021 · 1 comment

Comments

@hughjfchen
Copy link

Shall we add a created_by column to the job table so that we can track who submits the job and list all jobs submitted by some one?

@hughjfchen
Copy link
Author

Think twice. Add a created_by column to the job table may be not a good idea considering that this is a library and only focus on job dispatching and running. I'd revise my database design and normalize the schema and create a new table to represent the relationship between the job and user. That way, we can keep the job table focusing on job and clean.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant