https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23590 --- Comment #103 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- I would like to stick with the existing pattern: `suggestedby` int(11) DEFAULT NULL, `suggesteddate` date NOT NULL, `managedby` int(11) DEFAULT NULL, `manageddate` date DEFAULT NULL, `acceptedby` int(11) DEFAULT NULL, `accepteddate` date DEFAULT NULL, `rejectedby` int(11) DEFAULT NULL, `rejecteddate` date DEFAULT NULL, -- You are receiving this mail because: You are watching all bug changes.