| Lines 3-6
          INSERT INTO account_credit_types ( code, description, can_be_added_manually, is_
      
      
        Link Here | 
        
          | 3 | ('WRITEOFF', 'Writeoff', 0, 1), | 3 | ('WRITEOFF', 'Writeoff', 0, 1), | 
        
          | 4 | ('FORGIVEN', 'Forgiven', 1, 1), | 4 | ('FORGIVEN', 'Forgiven', 1, 1), | 
        
          | 5 | ('CREDIT', 'Credit', 1, 1), | 5 | ('CREDIT', 'Credit', 1, 1), | 
          
            
              | 6 | ('LOST_RETURN', 'Lost item fee refund', 0, 1); | 6 | ('LOST_FOUND', 'Lost item fee refund', 0, 1); |