[Koha-bugs] [Bug 35625] Add support for system flag to additional fields

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 4 12:20:11 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35625

--- Comment #11 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Then maybe you need 2 different DB tables.

One perl module (generic ticket) that will be inherited by the two specific
ticket modules.

It's not a bad thing to have different DB tables when your objects are
different. Then if you need repeatable fields, you create yet another table
with  1-n relationship. It's... relational models and database normalization ;)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list