Lines 395-401
__PACKAGE__->table("borrowers");
Link Here
|
395 |
default_value: 1 |
395 |
default_value: 1 |
396 |
is_nullable: 0 |
396 |
is_nullable: 0 |
397 |
|
397 |
|
398 |
=head2 privacy_guarantor_checkouts |
398 |
=head2 primary_contact_method |
399 |
|
399 |
|
400 |
data_type: 'tinyint' |
400 |
data_type: 'tinyint' |
401 |
default_value: 0 |
401 |
default_value: 0 |
Lines 566-573
__PACKAGE__->add_columns(
Link Here
|
566 |
{ data_type => "varchar", is_nullable => 1, size => 50 }, |
566 |
{ data_type => "varchar", is_nullable => 1, size => 50 }, |
567 |
"privacy", |
567 |
"privacy", |
568 |
{ data_type => "integer", default_value => 1, is_nullable => 0 }, |
568 |
{ data_type => "integer", default_value => 1, is_nullable => 0 }, |
569 |
"privacy_guarantor_checkouts", |
569 |
"primary_contact_method", |
570 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
570 |
{ data_type => "varchar", is_nullable => 1, size => 45 }, |
571 |
); |
571 |
); |
572 |
|
572 |
|
573 |
=head1 PRIMARY KEY |
573 |
=head1 PRIMARY KEY |