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

(-)a/installer/data/mysql/kohastructure.sql (-2 / +1 lines)
Lines 232-238 CREATE TABLE `borrowers` ( Link Here
232
  `dateexpiry` date default NULL,
232
  `dateexpiry` date default NULL,
233
  `gonenoaddress` tinyint(1) default NULL,
233
  `gonenoaddress` tinyint(1) default NULL,
234
  `lost` tinyint(1) default NULL,
234
  `lost` tinyint(1) default NULL,
235
  `debarred` tinyint(1) default NULL,
235
  `debarred` date default NULL,
236
  `contactname` mediumtext,
236
  `contactname` mediumtext,
237
  `contactfirstname` text,
237
  `contactfirstname` text,
238
  `contacttitle` text,
238
  `contacttitle` text,
239
- 

Return to bug 6328