| Lines 58-69
          __PACKAGE__->table("aqorders");
      
      
        Link Here | 
        
          | 58 |   is_nullable: 1 | 58 |   is_nullable: 1 | 
        
          | 59 |   size: [28,6] | 59 |   size: [28,6] | 
        
          | 60 |  | 60 |  | 
            
              | 61 | =head2 totalamount |  |  | 
            
              | 62 |  | 
            
              | 63 |   data_type: 'decimal' | 
            
              | 64 |   is_nullable: 1 | 
            
              | 65 |   size: [28,6] | 
            
              | 66 |  | 
        
          | 67 | =head2 datereceived | 61 | =head2 datereceived | 
        
          | 68 |  | 62 |  | 
        
          | 69 |   data_type: 'date' | 63 |   data_type: 'date' | 
  
    | Lines 248-255
          __PACKAGE__->add_columns(
      
      
        Link Here | 
        
          | 248 |   { data_type => "varchar", is_nullable => 1, size => 3 }, | 242 |   { data_type => "varchar", is_nullable => 1, size => 3 }, | 
        
          | 249 |   "listprice", | 243 |   "listprice", | 
        
          | 250 |   { data_type => "decimal", is_nullable => 1, size => [28, 6] }, | 244 |   { data_type => "decimal", is_nullable => 1, size => [28, 6] }, | 
            
              | 251 |   "totalamount", |  |  | 
            
              | 252 |   { data_type => "decimal", is_nullable => 1, size => [28, 6] }, | 
        
          | 253 |   "datereceived", | 245 |   "datereceived", | 
        
          | 254 |   { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, | 246 |   { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, | 
        
          | 255 |   "invoiceid", | 247 |   "invoiceid", | 
  
    | Lines 500-507
          Composing rels: L</aqorder_users> -> borrowernumber
      
      
        Link Here | 
        
          | 500 | __PACKAGE__->many_to_many("borrowernumbers", "aqorder_users", "borrowernumber"); | 492 | __PACKAGE__->many_to_many("borrowernumbers", "aqorder_users", "borrowernumber"); | 
        
          | 501 |  | 493 |  | 
        
          | 502 |  | 494 |  | 
          
            
              | 503 | # Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-04-13 10:17:50 | 495 | # Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-05-14 11:27:15 | 
            
              | 504 | # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9C0lOmkz7e7xDjXItNB2Sg | 496 | # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:BCa/SxerJ+zEh8Pg9Jdkaw | 
        
          | 505 |  | 497 |  | 
        
          | 506 |  | 498 |  | 
        
          | 507 | # You can replace this text with custom content, and it will be preserved on regeneration | 499 | # You can replace this text with custom content, and it will be preserved on regeneration | 
            
              | 508 | -  |  |  |