| Lines 4153-4159
          CREATE TABLE illrequests (
      
      
        Link Here | 
        
          | 4153 |     completed date DEFAULT NULL,                -- Date the request was completed | 4153 |     completed date DEFAULT NULL,                -- Date the request was completed | 
        
          | 4154 |     medium varchar(30) DEFAULT NULL,            -- The Koha request type | 4154 |     medium varchar(30) DEFAULT NULL,            -- The Koha request type | 
        
          | 4155 |     accessurl varchar(500) DEFAULT NULL,        -- Potential URL for accessing item | 4155 |     accessurl varchar(500) DEFAULT NULL,        -- Potential URL for accessing item | 
          
            
              | 4156 |     cost varchar(20) DEFAULT NULL,              -- Cost of request | 4156 |     cost varchar(20) DEFAULT NULL,              -- Quotes cost of request | 
            
              |  |  | 4157 |     price_paid varchar(20) DEFAULT NULL,              -- Final cost of request | 
        
          | 4157 |     notesopac MEDIUMTEXT DEFAULT NULL,                -- Patron notes attached to request | 4158 |     notesopac MEDIUMTEXT DEFAULT NULL,                -- Patron notes attached to request | 
        
          | 4158 |     notesstaff MEDIUMTEXT DEFAULT NULL,               -- Staff notes attached to request | 4159 |     notesstaff MEDIUMTEXT DEFAULT NULL,               -- Staff notes attached to request | 
        
          | 4159 |     orderid varchar(50) DEFAULT NULL,           -- Backend id attached to request | 4160 |     orderid varchar(50) DEFAULT NULL,           -- Backend id attached to request | 
            
              | 4160 | -  |  |  |