Lines 362-367
used for children to include title (Mr., Mrs., etc) of guarantor
Link Here
|
362 |
|
362 |
|
363 |
a note on the patron/borrower's account that is only visible in the staff interface |
363 |
a note on the patron/borrower's account that is only visible in the staff interface |
364 |
|
364 |
|
|
|
365 |
=head2 relationship |
366 |
|
367 |
data_type: 'varchar' |
368 |
is_nullable: 1 |
369 |
size: 100 |
370 |
|
371 |
used for children to include the relationship to their guarantor |
372 |
|
365 |
=head2 sex |
373 |
=head2 sex |
366 |
|
374 |
|
367 |
data_type: 'varchar' |
375 |
data_type: 'varchar' |
Lines 698-703
__PACKAGE__->add_columns(
Link Here
|
698 |
{ data_type => "mediumtext", is_nullable => 1 }, |
706 |
{ data_type => "mediumtext", is_nullable => 1 }, |
699 |
"borrowernotes", |
707 |
"borrowernotes", |
700 |
{ data_type => "longtext", is_nullable => 1 }, |
708 |
{ data_type => "longtext", is_nullable => 1 }, |
|
|
709 |
"relationship", |
710 |
{ data_type => "varchar", is_nullable => 1, size => 100 }, |
701 |
"sex", |
711 |
"sex", |
702 |
{ data_type => "varchar", is_nullable => 1, size => 1 }, |
712 |
{ data_type => "varchar", is_nullable => 1, size => 1 }, |
703 |
"password", |
713 |
"password", |
Lines 1855-1862
Composing rels: L</aqorder_users> -> ordernumber
Link Here
|
1855 |
__PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber"); |
1865 |
__PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber"); |
1856 |
|
1866 |
|
1857 |
|
1867 |
|
1858 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2021-05-10 13:50:02 |
1868 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-06-07 05:28:03 |
1859 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:mrHF9QG7qY32EnjukdNZRw |
1869 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CgLzd4URQdNSXTgd7QnFFg |
1860 |
|
1870 |
|
1861 |
__PACKAGE__->add_columns( |
1871 |
__PACKAGE__->add_columns( |
1862 |
'+anonymized' => { is_boolean => 1 }, |
1872 |
'+anonymized' => { is_boolean => 1 }, |