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

--- Comment #103 from Jonathan Druart <[email protected]> 
---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to