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

Adapt database to a collaborative work #5

Open
PhilippePlagnol opened this issue Oct 29, 2013 · 1 comment
Open

Adapt database to a collaborative work #5

PhilippePlagnol opened this issue Oct 29, 2013 · 1 comment

Comments

@PhilippePlagnol
Copy link
Contributor

The table containing products (gtin table) doesn't contain any fields to say who add this line, when, who modify, why etc,... but it's required when you work as a team

What do you recommend ?

@rufuspollock
Copy link

I would suggest an audit log approach rather than writing this into the primary table. That is you create a separate table where you log changes that get made.

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

2 participants