4 Jan
2024
4 Jan
'24
4:50 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35625 --- Comment #11 from Jonathan Druart <jonathan.druart+koha@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.