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 preferred_name |
57 |
|
58 |
data_type: 'longtext' |
59 |
is_nullable: 1 |
60 |
|
61 |
patron/borrower's preferred name |
62 |
|
56 |
=head2 middle_name |
63 |
=head2 middle_name |
57 |
|
64 |
|
58 |
data_type: 'longtext' |
65 |
data_type: 'longtext' |
Lines 663-668
__PACKAGE__->add_columns(
Link Here
|
663 |
{ data_type => "longtext", is_nullable => 1 }, |
670 |
{ data_type => "longtext", is_nullable => 1 }, |
664 |
"firstname", |
671 |
"firstname", |
665 |
{ data_type => "mediumtext", is_nullable => 1 }, |
672 |
{ data_type => "mediumtext", is_nullable => 1 }, |
|
|
673 |
"preferred_name", |
674 |
{ data_type => "longtext", is_nullable => 1 }, |
666 |
"middle_name", |
675 |
"middle_name", |
667 |
{ data_type => "longtext", is_nullable => 1 }, |
676 |
{ data_type => "longtext", is_nullable => 1 }, |
668 |
"title", |
677 |
"title", |
Lines 848-855
__PACKAGE__->add_columns(
Link Here
|
848 |
); |
857 |
); |
849 |
|
858 |
|
850 |
|
859 |
|
851 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-11-01 18:21:38 |
860 |
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-10-30 11:03:30 |
852 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:WdNGUFdglTb3Heu+VjLWFw |
861 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:n8UzcZLEhIy+rd+T3q1CEA |
853 |
|
862 |
|
854 |
__PACKAGE__->add_columns( |
863 |
__PACKAGE__->add_columns( |
855 |
'+anonymized' => { is_boolean => 1 }, |
864 |
'+anonymized' => { is_boolean => 1 }, |