Lines 410-415
__PACKAGE__->table("borrower_modifications");
Link Here
|
410 |
data_type: 'integer' |
410 |
data_type: 'integer' |
411 |
is_nullable: 1 |
411 |
is_nullable: 1 |
412 |
|
412 |
|
|
|
413 |
=head2 primary_contact_method |
414 |
|
415 |
data_type: 'varchar' |
416 |
is_nullable: 1 |
417 |
size: 45 |
418 |
|
413 |
=head2 extended_attributes |
419 |
=head2 extended_attributes |
414 |
|
420 |
|
415 |
data_type: 'mediumtext' |
421 |
data_type: 'mediumtext' |
Lines 579-584
__PACKAGE__->add_columns(
Link Here
|
579 |
{ data_type => "varchar", is_nullable => 1, size => 50 }, |
585 |
{ data_type => "varchar", is_nullable => 1, size => 50 }, |
580 |
"privacy", |
586 |
"privacy", |
581 |
{ data_type => "integer", is_nullable => 1 }, |
587 |
{ data_type => "integer", is_nullable => 1 }, |
|
|
588 |
"primary_contact_method", |
589 |
{ data_type => "varchar", is_nullable => 1, size => 45 }, |
582 |
"extended_attributes", |
590 |
"extended_attributes", |
583 |
{ data_type => "mediumtext", is_nullable => 1 }, |
591 |
{ data_type => "mediumtext", is_nullable => 1 }, |
584 |
); |
592 |
); |