View | Details | Raw Unified | Return to bug 21077
Collapse All | Expand All

(-)a/installer/data/mysql/kohastructure.sql (-2 / +1 lines)
Lines 1994-2000 CREATE TABLE `statistics` ( -- information related to transactions (circulation Link Here
1994
  `branch` varchar(10) default NULL, -- foreign key, branch where the transaction occurred
1994
  `branch` varchar(10) default NULL, -- foreign key, branch where the transaction occurred
1995
  `proccode` varchar(4) default NULL, -- type of procedure used when making payments (does not appear in the code)
1995
  `proccode` varchar(4) default NULL, -- type of procedure used when making payments (does not appear in the code)
1996
  `value` double(16,4) default NULL, -- monetary value associated with the transaction
1996
  `value` double(16,4) default NULL, -- monetary value associated with the transaction
1997
  `type` varchar(16) default NULL, -- transaction type (locause, issue, return, renew, writeoff, payment, Credit*)
1997
  `type` varchar(16) default NULL, -- transaction type (localuse, issue, return, renew, writeoff, payment)
1998
  `other` LONGTEXT, -- used by SIP
1998
  `other` LONGTEXT, -- used by SIP
1999
  `usercode` varchar(10) default NULL, -- unused in Koha
1999
  `usercode` varchar(10) default NULL, -- unused in Koha
2000
  `itemnumber` int(11) default NULL, -- foreign key from the items table, links transaction to a specific item
2000
  `itemnumber` int(11) default NULL, -- foreign key from the items table, links transaction to a specific item
2001
- 

Return to bug 21077