|
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 title |
63 |
=head2 title |
| 57 |
|
64 |
|
| 58 |
data_type: 'longtext' |
65 |
data_type: 'longtext' |
|
Lines 633-638
__PACKAGE__->add_columns(
Link Here
|
| 633 |
{ data_type => "longtext", is_nullable => 1 }, |
640 |
{ data_type => "longtext", is_nullable => 1 }, |
| 634 |
"firstname", |
641 |
"firstname", |
| 635 |
{ data_type => "mediumtext", is_nullable => 1 }, |
642 |
{ data_type => "mediumtext", is_nullable => 1 }, |
|
|
643 |
"preferred_name", |
| 644 |
{ data_type => "longtext", is_nullable => 1 }, |
| 636 |
"title", |
645 |
"title", |
| 637 |
{ data_type => "longtext", is_nullable => 1 }, |
646 |
{ data_type => "longtext", is_nullable => 1 }, |
| 638 |
"othernames", |
647 |
"othernames", |
|
Lines 810-817
__PACKAGE__->add_columns(
Link Here
|
| 810 |
); |
819 |
); |
| 811 |
|
820 |
|
| 812 |
|
821 |
|
| 813 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-03-24 10:20:07 |
822 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-04-26 15:44:56 |
| 814 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:JvVxPJOrg5reWvl+gg9Q2A |
823 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:WxFQWawMLr/7PQ67TUpNNg |
| 815 |
|
824 |
|
| 816 |
__PACKAGE__->add_columns( |
825 |
__PACKAGE__->add_columns( |
| 817 |
'+anonymized' => { is_boolean => 1 }, |
826 |
'+anonymized' => { is_boolean => 1 }, |
| 818 |
- |
|
|