29 Sep
2018
29 Sep
'18
4:01 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12365 --- Comment #39 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- +1 for DB normalization. (In reply to Christopher Brannon from comment #37)
The biggest benefit right off the bat is that you wouldn't have to add new columns here and there for the same thing. If we think we'll need notes for preferences or other settings throughout, we'd end up adding new columns to all of these tables. Why not create a table that could serve them all? Create a table once.
We will not have foreign keys, it's better to have 1 column per table IMO. -- You are receiving this mail because: You are watching all bug changes.