|
Lines 242-247
__PACKAGE__->table("borrower_modifications");
Link Here
|
| 242 |
datetime_undef_if_invalid: 1 |
242 |
datetime_undef_if_invalid: 1 |
| 243 |
is_nullable: 1 |
243 |
is_nullable: 1 |
| 244 |
|
244 |
|
|
|
245 |
=head2 date_renewed |
| 246 |
|
| 247 |
data_type: 'date' |
| 248 |
datetime_undef_if_invalid: 1 |
| 249 |
is_nullable: 1 |
| 250 |
|
| 245 |
=head2 gonenoaddress |
251 |
=head2 gonenoaddress |
| 246 |
|
252 |
|
| 247 |
data_type: 'tinyint' |
253 |
data_type: 'tinyint' |
|
Lines 513-518
__PACKAGE__->add_columns(
Link Here
|
| 513 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
519 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
| 514 |
"dateexpiry", |
520 |
"dateexpiry", |
| 515 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
521 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
|
|
522 |
"date_renewed", |
| 523 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
| 516 |
"gonenoaddress", |
524 |
"gonenoaddress", |
| 517 |
{ data_type => "tinyint", is_nullable => 1 }, |
525 |
{ data_type => "tinyint", is_nullable => 1 }, |
| 518 |
"lost", |
526 |
"lost", |
|
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.07042 @ 2017-04-24 23:37:35 |
| 594 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:IZNhBX5Bj+x4S8JCWG+7lA |
602 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:z5Clv2iB+tgwqf+MNkk+NQ |
| 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 |