Lines 74-79
any other names associated with the patron/borrower
Link Here
|
74 |
|
74 |
|
75 |
initials for your patron/borrower |
75 |
initials for your patron/borrower |
76 |
|
76 |
|
|
|
77 |
=head2 pronouns |
78 |
|
79 |
data_type: 'longtext' |
80 |
is_nullable: 1 |
81 |
|
82 |
patron/borrower's pronouns |
83 |
|
77 |
=head2 streetnumber |
84 |
=head2 streetnumber |
78 |
|
85 |
|
79 |
data_type: 'tinytext' |
86 |
data_type: 'tinytext' |
Lines 647-652
__PACKAGE__->add_columns(
Link Here
|
647 |
{ data_type => "longtext", is_nullable => 1 }, |
654 |
{ data_type => "longtext", is_nullable => 1 }, |
648 |
"initials", |
655 |
"initials", |
649 |
{ data_type => "mediumtext", is_nullable => 1 }, |
656 |
{ data_type => "mediumtext", is_nullable => 1 }, |
|
|
657 |
"pronouns", |
658 |
{ data_type => "longtext", is_nullable => 1 }, |
650 |
"streetnumber", |
659 |
"streetnumber", |
651 |
{ data_type => "tinytext", is_nullable => 1 }, |
660 |
{ data_type => "tinytext", is_nullable => 1 }, |
652 |
"streettype", |
661 |
"streettype", |
653 |
- |
|
|