| Lines 94-99
          __PACKAGE__->set_primary_key("id");
      
      
        Link Here | 
        
          | 94 | # Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-10-06 12:05:17 | 94 | # Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-10-06 12:05:17 | 
        
          | 95 | # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8QjxOudinfXOrLj/KkZc5Q | 95 | # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8QjxOudinfXOrLj/KkZc5Q | 
        
          | 96 |  | 96 |  | 
            
              |  |  | 97 | __PACKAGE__->add_columns( | 
            
              | 98 |             '+opac' => { is_boolean => 1 }, | 
            
              | 99 |         ); | 
            
              | 100 |  | 
            
              | 101 | __PACKAGE__->add_columns( | 
            
              | 102 |             '+staff_client' => { is_boolean => 1 }, | 
            
              | 103 |         ); | 
        
          | 97 |  | 104 |  | 
        
          | 98 | # You can replace this text with custom code or comments, and it will be preserved on regeneration | 105 | # You can replace this text with custom code or comments, and it will be preserved on regeneration | 
        
          | 99 | 1; | 106 | 1; | 
            
              | 100 | -  |  |  |