|
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 1416-1423
Composing rels: L</aqorder_users> -> ordernumber
Link Here
|
| 1416 |
__PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber"); |
1430 |
__PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber"); |
| 1417 |
|
1431 |
|
| 1418 |
|
1432 |
|
| 1419 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-09-20 13:00:20 |
1433 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-10-01 14:36:26 |
| 1420 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:QT6EPIG26F/kNK6prauRgw |
1434 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:siRC99pcyZ6P1qeu9Gd9Xw |
| 1421 |
|
1435 |
|
| 1422 |
__PACKAGE__->belongs_to( |
1436 |
__PACKAGE__->belongs_to( |
| 1423 |
"guarantor", |
1437 |
"guarantor", |