https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12365
--- Comment #39 from Jonathan Druart <[email protected]> --- +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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
