Lines 968-973
CREATE TABLE `issuingrules` (
Link Here
|
968 |
`renewalsallowed` smallint(6) NOT NULL default "0", |
968 |
`renewalsallowed` smallint(6) NOT NULL default "0", |
969 |
`reservesallowed` smallint(6) NOT NULL default "0", |
969 |
`reservesallowed` smallint(6) NOT NULL default "0", |
970 |
`branchcode` varchar(10) NOT NULL default '', |
970 |
`branchcode` varchar(10) NOT NULL default '', |
|
|
971 |
`holdspickupdelay` int(11) default NULL, |
972 |
`renewalperiod` int(11) default NULL, |
973 |
`allowonshelfholds` tinyint(1) default NULL, |
974 |
`holdrestricted` tinyint(1) default NULL, |
971 |
PRIMARY KEY (`branchcode`,`categorycode`,`itemtype`), |
975 |
PRIMARY KEY (`branchcode`,`categorycode`,`itemtype`), |
972 |
KEY `categorycode` (`categorycode`), |
976 |
KEY `categorycode` (`categorycode`), |
973 |
KEY `itemtype` (`itemtype`) |
977 |
KEY `itemtype` (`itemtype`) |