|
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 preferredname |
| 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 620-625
__PACKAGE__->add_columns(
Link Here
|
| 620 |
{ data_type => "longtext", is_nullable => 1 }, |
627 |
{ data_type => "longtext", is_nullable => 1 }, |
| 621 |
"firstname", |
628 |
"firstname", |
| 622 |
{ data_type => "mediumtext", is_nullable => 1 }, |
629 |
{ data_type => "mediumtext", is_nullable => 1 }, |
|
|
630 |
"preferredname", |
| 631 |
{ data_type => "longtext", is_nullable => 1 }, |
| 623 |
"title", |
632 |
"title", |
| 624 |
{ data_type => "longtext", is_nullable => 1 }, |
633 |
{ data_type => "longtext", is_nullable => 1 }, |
| 625 |
"othernames", |
634 |
"othernames", |
|
Lines 1905-1912
Composing rels: L</aqorder_users> -> ordernumber
Link Here
|
| 1905 |
__PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber"); |
1914 |
__PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber"); |
| 1906 |
|
1915 |
|
| 1907 |
|
1916 |
|
| 1908 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-09-20 12:00:15 |
1917 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-09-30 11:44:27 |
| 1909 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9g9WsdsdPINi2NP4H2A+CA |
1918 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+7AP1aRIp9cOFFZO2zeVNw |
| 1910 |
|
1919 |
|
| 1911 |
__PACKAGE__->add_columns( |
1920 |
__PACKAGE__->add_columns( |
| 1912 |
'+anonymized' => { is_boolean => 1 }, |
1921 |
'+anonymized' => { is_boolean => 1 }, |