| 
      
            Lines 64-69
          __PACKAGE__->table("borrower_modifications");
      
      
        Link Here
      
     | 
  
        
          | 64 | 
            data_type: 'mediumtext'  | 
          64 | 
            data_type: 'mediumtext'  | 
        
        
          | 65 | 
            is_nullable: 1  | 
          65 | 
            is_nullable: 1  | 
        
        
          | 66 | 
           | 
          66 | 
           | 
        
            
               | 
               | 
              67 | 
              =head2 middle_name  | 
            
            
              | 68 | 
               | 
            
            
              | 69 | 
                data_type: 'longtext'  | 
            
            
              | 70 | 
                is_nullable: 1  | 
            
            
              | 71 | 
               | 
            
            
              | 72 | 
              patron/borrower's middle name  | 
            
            
              | 73 | 
               | 
            
        
          | 67 | 
          =head2 title  | 
          74 | 
          =head2 title  | 
        
        
          | 68 | 
           | 
          75 | 
           | 
        
        
          | 69 | 
            data_type: 'longtext'  | 
          76 | 
            data_type: 'longtext'  | 
        
  
    | 
      
            Lines 453-458
          __PACKAGE__->add_columns(
      
      
        Link Here
      
     | 
  
        
          | 453 | 
            { data_type => "longtext", is_nullable => 1 }, | 
          460 | 
            { data_type => "longtext", is_nullable => 1 }, | 
        
        
          | 454 | 
            "firstname",  | 
          461 | 
            "firstname",  | 
        
        
          | 455 | 
            { data_type => "mediumtext", is_nullable => 1 }, | 
          462 | 
            { data_type => "mediumtext", is_nullable => 1 }, | 
        
            
               | 
               | 
              463 | 
                "middle_name",  | 
            
            
              | 464 | 
                { data_type => "longtext", is_nullable => 1 }, | 
            
        
          | 456 | 
            "title",  | 
          465 | 
            "title",  | 
        
        
          | 457 | 
            { data_type => "longtext", is_nullable => 1 }, | 
          466 | 
            { data_type => "longtext", is_nullable => 1 }, | 
        
        
          | 458 | 
            "othernames",  | 
          467 | 
            "othernames",  | 
        
  
    | 
      
            Lines 622-629
          __PACKAGE__->add_columns(
      
      
        Link Here
      
     | 
  
        
          | 622 | 
          __PACKAGE__->set_primary_key("verification_token", "borrowernumber"); | 
          631 | 
          __PACKAGE__->set_primary_key("verification_token", "borrowernumber"); | 
        
        
          | 623 | 
           | 
          632 | 
           | 
        
        
          | 624 | 
           | 
          633 | 
           | 
        
          
            
              | 625 | 
              # Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-07-12 13:40:00  | 
              634 | 
              # Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-04-19 15:22:49  | 
            
            
              | 626 | 
              # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6giYT5URks8+6VnAs/rtkg  | 
              635 | 
              # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:mVS2req3gYPjCyZO+xlHWg  | 
            
        
          | 627 | 
           | 
          636 | 
           | 
        
        
          | 628 | 
          sub koha_object_class { | 
          637 | 
          sub koha_object_class { | 
        
        
          | 629 | 
              'Koha::Patron::Modification';  | 
          638 | 
              'Koha::Patron::Modification';  |