| Lines 6-11
          INSERT INTO account_debit_types ( code, description, can_be_added_manually, defa
      
      
        Link Here | 
        
          | 6 | ('NEW_CARD', 'New card fee', 1, NULL, 1), | 6 | ('NEW_CARD', 'New card fee', 1, NULL, 1), | 
        
          | 7 | ('OVERDUE', 'Overdue fine', 0, NULL, 1), | 7 | ('OVERDUE', 'Overdue fine', 0, NULL, 1), | 
        
          | 8 | ('PROCESSING', 'Lost item processing fee', 0, NULL, 1), | 8 | ('PROCESSING', 'Lost item processing fee', 0, NULL, 1), | 
            
              |  |  | 9 | ('PAYOUT', 'Payment from library to patron', 0, NULL, 1), | 
        
          | 9 | ('RENT', 'Rental fee', 0, NULL, 1), | 10 | ('RENT', 'Rental fee', 0, NULL, 1), | 
        
          | 10 | ('RENT_DAILY', 'Daily rental fee', 0, NULL, 1), | 11 | ('RENT_DAILY', 'Daily rental fee', 0, NULL, 1), | 
        
          | 11 | ('RENT_RENEW', 'Renewal of rental item', 0, NULL, 1), | 12 | ('RENT_RENEW', 'Renewal of rental item', 0, NULL, 1), |