https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12365
--- Comment #37 from Christopher Brannon <[email protected]> --- (In reply to Katrin Fischer from comment #36) > Hi Christopher, can you explain what you think the advantage of another > table would be? Storing the notes with the data it belongs to makes sense to > me on first glance. 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. -- 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/
