Bug 16090 - FK branchcode in issues
Summary: FK branchcode in issues
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Galen Charlton
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 5334
  Show dependency treegraph
 
Reported: 2016-03-17 13:51 UTC by Marcel de Rooy
Modified: 2023-09-08 13:37 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 !