Lines 81-86
any other names associated with the patron/borrower
Link Here
|
81 |
|
81 |
|
82 |
initials for your patron/borrower |
82 |
initials for your patron/borrower |
83 |
|
83 |
|
|
|
84 |
=head2 pronouns |
85 |
|
86 |
data_type: 'longtext' |
87 |
is_nullable: 1 |
88 |
|
89 |
patron/borrower's pronouns |
90 |
|
84 |
=head2 streetnumber |
91 |
=head2 streetnumber |
85 |
|
92 |
|
86 |
data_type: 'tinytext' |
93 |
data_type: 'tinytext' |
Lines 656-661
__PACKAGE__->add_columns(
Link Here
|
656 |
{ data_type => "longtext", is_nullable => 1 }, |
663 |
{ data_type => "longtext", is_nullable => 1 }, |
657 |
"initials", |
664 |
"initials", |
658 |
{ data_type => "mediumtext", is_nullable => 1 }, |
665 |
{ data_type => "mediumtext", is_nullable => 1 }, |
|
|
666 |
"pronouns", |
667 |
{ data_type => "longtext", is_nullable => 1 }, |
659 |
"streetnumber", |
668 |
"streetnumber", |
660 |
{ data_type => "tinytext", is_nullable => 1 }, |
669 |
{ data_type => "tinytext", is_nullable => 1 }, |
661 |
"streettype", |
670 |
"streettype", |
662 |
- |
|
|