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 585-590
__PACKAGE__->add_columns(
Link Here
|
585 |
{ data_type => "varchar", is_nullable => 1, size => 50 }, |
591 |
{ data_type => "varchar", is_nullable => 1, size => 50 }, |
586 |
"privacy", |
592 |
"privacy", |
587 |
{ data_type => "integer", is_nullable => 1 }, |
593 |
{ data_type => "integer", is_nullable => 1 }, |
|
|
594 |
"primary_contact_method", |
595 |
{ data_type => "varchar", is_nullable => 1, size => 45 }, |
588 |
"extended_attributes", |
596 |
"extended_attributes", |
589 |
{ data_type => "mediumtext", is_nullable => 1 }, |
597 |
{ data_type => "mediumtext", is_nullable => 1 }, |
590 |
"gdpr_proc_consent", |
598 |
"gdpr_proc_consent", |