|
Lines 53-58
patron/borrower's last name (surname)
Link Here
|
| 53 |
|
53 |
|
| 54 |
patron/borrower's first name |
54 |
patron/borrower's first name |
| 55 |
|
55 |
|
|
|
56 |
=head2 middle_name |
| 57 |
|
| 58 |
data_type: 'longtext' |
| 59 |
is_nullable: 1 |
| 60 |
|
| 61 |
patron/borrower's middle name |
| 62 |
|
| 56 |
=head2 title |
63 |
=head2 title |
| 57 |
|
64 |
|
| 58 |
data_type: 'longtext' |
65 |
data_type: 'longtext' |
|
Lines 617-622
__PACKAGE__->add_columns(
Link Here
|
| 617 |
{ data_type => "longtext", is_nullable => 1 }, |
624 |
{ data_type => "longtext", is_nullable => 1 }, |
| 618 |
"firstname", |
625 |
"firstname", |
| 619 |
{ data_type => "mediumtext", is_nullable => 1 }, |
626 |
{ data_type => "mediumtext", is_nullable => 1 }, |
|
|
627 |
"middle_name", |
| 628 |
{ data_type => "longtext", is_nullable => 1 }, |
| 620 |
"title", |
629 |
"title", |
| 621 |
{ data_type => "longtext", is_nullable => 1 }, |
630 |
{ data_type => "longtext", is_nullable => 1 }, |
| 622 |
"othernames", |
631 |
"othernames", |
|
Lines 785-792
__PACKAGE__->add_columns(
Link Here
|
| 785 |
); |
794 |
); |
| 786 |
|
795 |
|
| 787 |
|
796 |
|
| 788 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-07-12 13:40:00 |
797 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-04-19 15:22:49 |
| 789 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9q8LmKrfO6bAAFaJ4Z3Jrg |
798 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:0G2h3UAYSBxF1T673Do9fQ |
| 790 |
|
799 |
|
| 791 |
__PACKAGE__->add_columns( |
800 |
__PACKAGE__->add_columns( |
| 792 |
'+anonymized' => { is_boolean => 1 }, |
801 |
'+anonymized' => { is_boolean => 1 }, |
| 793 |
- |
|
|