|
Lines 451-456
__PACKAGE__->table("borrowers");
Link Here
|
| 451 |
data_type: 'mediumtext' |
451 |
data_type: 'mediumtext' |
| 452 |
is_nullable: 1 |
452 |
is_nullable: 1 |
| 453 |
|
453 |
|
|
|
454 |
=head2 flgAnonymized |
| 455 |
|
| 456 |
accessor: 'flg_anonymized' |
| 457 |
data_type: 'tinyint' |
| 458 |
default_value: 0 |
| 459 |
is_nullable: 1 |
| 460 |
|
| 454 |
=cut |
461 |
=cut |
| 455 |
|
462 |
|
| 456 |
__PACKAGE__->add_columns( |
463 |
__PACKAGE__->add_columns( |
|
Lines 653-658
__PACKAGE__->add_columns(
Link Here
|
| 653 |
{ data_type => "integer", default_value => 0, is_nullable => 1 }, |
660 |
{ data_type => "integer", default_value => 0, is_nullable => 1 }, |
| 654 |
"overdrive_auth_token", |
661 |
"overdrive_auth_token", |
| 655 |
{ data_type => "mediumtext", is_nullable => 1 }, |
662 |
{ data_type => "mediumtext", is_nullable => 1 }, |
|
|
663 |
"flgAnonymized", |
| 664 |
{ |
| 665 |
accessor => "flg_anonymized", |
| 666 |
data_type => "tinyint", |
| 667 |
default_value => 0, |
| 668 |
is_nullable => 1, |
| 669 |
}, |
| 656 |
); |
670 |
); |
| 657 |
|
671 |
|
| 658 |
=head1 PRIMARY KEY |
672 |
=head1 PRIMARY KEY |
|
Lines 1431-1438
Composing rels: L</aqorder_users> -> ordernumber
Link Here
|
| 1431 |
__PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber"); |
1445 |
__PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber"); |
| 1432 |
|
1446 |
|
| 1433 |
|
1447 |
|
| 1434 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-10-27 13:16:48 |
1448 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-10-29 13:17:18 |
| 1435 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:c3Tb59Kku0Hh+tsVV5eCDg |
1449 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Tvd8/ODUQs28I3DtS/VQ7w |
| 1436 |
|
1450 |
|
| 1437 |
__PACKAGE__->belongs_to( |
1451 |
__PACKAGE__->belongs_to( |
| 1438 |
"guarantor", |
1452 |
"guarantor", |