Bug 16090

Summary: FK branchcode in issues
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: Architecture, internals, and plumbingAssignee: Galen Charlton <gmcharlt>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 5334    

Description Marcel de Rooy 2016-03-17 13:51:54 UTC

    
Comment 1 Marcel de Rooy 2023-09-08 13:37:18 UTC
CREATE TABLE `issues` (

  `branchcode` varchar(10) DEFAULT NULL COMMENT 'foreign key, linking to the branches table for the location the item was checked out',

Yeah, a comment is nice. But there is still no FK !