|
Lines 404-409
__PACKAGE__->table("borrower_modifications");
Link Here
|
| 404 |
data_type: 'integer' |
404 |
data_type: 'integer' |
| 405 |
is_nullable: 1 |
405 |
is_nullable: 1 |
| 406 |
|
406 |
|
|
|
407 |
=head2 primary_contact_method |
| 408 |
|
| 409 |
data_type: 'varchar' |
| 410 |
is_nullable: 1 |
| 411 |
size: 45 |
| 412 |
|
| 407 |
=head2 extended_attributes |
413 |
=head2 extended_attributes |
| 408 |
|
414 |
|
| 409 |
data_type: 'text' |
415 |
data_type: 'text' |
|
Lines 571-576
__PACKAGE__->add_columns(
Link Here
|
| 571 |
{ data_type => "varchar", is_nullable => 1, size => 50 }, |
577 |
{ data_type => "varchar", is_nullable => 1, size => 50 }, |
| 572 |
"privacy", |
578 |
"privacy", |
| 573 |
{ data_type => "integer", is_nullable => 1 }, |
579 |
{ data_type => "integer", is_nullable => 1 }, |
|
|
580 |
"primary_contact_method", |
| 581 |
{ data_type => "varchar", is_nullable => 1, size => 45 }, |
| 574 |
"extended_attributes", |
582 |
"extended_attributes", |
| 575 |
{ data_type => "text", is_nullable => 1 }, |
583 |
{ data_type => "text", is_nullable => 1 }, |
| 576 |
); |
584 |
); |
|
Lines 590-597
__PACKAGE__->add_columns(
Link Here
|
| 590 |
__PACKAGE__->set_primary_key("verification_token", "borrowernumber"); |
598 |
__PACKAGE__->set_primary_key("verification_token", "borrowernumber"); |
| 591 |
|
599 |
|
| 592 |
|
600 |
|
| 593 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-12-12 20:04:12 |
601 |
# Created by DBIx::Class::Schema::Loader v0.07045 @ 2017-01-04 09:40:58 |
| 594 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:IZNhBX5Bj+x4S8JCWG+7lA |
602 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:IG3EBsv2exSkfm0S8/K5SA |
| 595 |
|
603 |
|
| 596 |
|
604 |
|
| 597 |
# You can replace this text with custom content, and it will be preserved on regeneration |
605 |
# You can replace this text with custom content, and it will be preserved on regeneration |