|
Lines 264-300
__PACKAGE__->table("borrower_modifications");
Link Here
|
| 264 |
is_nullable: 1 |
264 |
is_nullable: 1 |
| 265 |
size: 255 |
265 |
size: 255 |
| 266 |
|
266 |
|
| 267 |
=head2 contactname |
|
|
| 268 |
|
| 269 |
data_type: 'mediumtext' |
| 270 |
is_nullable: 1 |
| 271 |
|
| 272 |
=head2 contactfirstname |
| 273 |
|
| 274 |
data_type: 'text' |
| 275 |
is_nullable: 1 |
| 276 |
|
| 277 |
=head2 contacttitle |
| 278 |
|
| 279 |
data_type: 'text' |
| 280 |
is_nullable: 1 |
| 281 |
|
| 282 |
=head2 guarantorid |
| 283 |
|
| 284 |
data_type: 'integer' |
| 285 |
is_nullable: 1 |
| 286 |
|
| 287 |
=head2 borrowernotes |
267 |
=head2 borrowernotes |
| 288 |
|
268 |
|
| 289 |
data_type: 'mediumtext' |
269 |
data_type: 'mediumtext' |
| 290 |
is_nullable: 1 |
270 |
is_nullable: 1 |
| 291 |
|
271 |
|
| 292 |
=head2 relationship |
|
|
| 293 |
|
| 294 |
data_type: 'varchar' |
| 295 |
is_nullable: 1 |
| 296 |
size: 100 |
| 297 |
|
| 298 |
=head2 sex |
272 |
=head2 sex |
| 299 |
|
273 |
|
| 300 |
data_type: 'varchar' |
274 |
data_type: 'varchar' |
|
Lines 516-533
__PACKAGE__->add_columns(
Link Here
|
| 516 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
490 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
| 517 |
"debarredcomment", |
491 |
"debarredcomment", |
| 518 |
{ data_type => "varchar", is_nullable => 1, size => 255 }, |
492 |
{ data_type => "varchar", is_nullable => 1, size => 255 }, |
| 519 |
"contactname", |
|
|
| 520 |
{ data_type => "mediumtext", is_nullable => 1 }, |
| 521 |
"contactfirstname", |
| 522 |
{ data_type => "text", is_nullable => 1 }, |
| 523 |
"contacttitle", |
| 524 |
{ data_type => "text", is_nullable => 1 }, |
| 525 |
"guarantorid", |
| 526 |
{ data_type => "integer", is_nullable => 1 }, |
| 527 |
"borrowernotes", |
493 |
"borrowernotes", |
| 528 |
{ data_type => "mediumtext", is_nullable => 1 }, |
494 |
{ data_type => "mediumtext", is_nullable => 1 }, |
| 529 |
"relationship", |
|
|
| 530 |
{ data_type => "varchar", is_nullable => 1, size => 100 }, |
| 531 |
"sex", |
495 |
"sex", |
| 532 |
{ data_type => "varchar", is_nullable => 1, size => 1 }, |
496 |
{ data_type => "varchar", is_nullable => 1, size => 1 }, |
| 533 |
"password", |
497 |
"password", |
|
Lines 583-590
__PACKAGE__->add_columns(
Link Here
|
| 583 |
__PACKAGE__->set_primary_key("verification_token", "borrowernumber"); |
547 |
__PACKAGE__->set_primary_key("verification_token", "borrowernumber"); |
| 584 |
|
548 |
|
| 585 |
|
549 |
|
| 586 |
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-10-06 10:38:42 |
550 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-06-14 16:43:03 |
| 587 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:vZ9XjkjQv0q6l2kW3KMsLg |
551 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:s2v50tW1m7nPryRUvN7VdA |
| 588 |
|
552 |
|
| 589 |
|
553 |
|
| 590 |
# You can replace this text with custom content, and it will be preserved on regeneration |
554 |
# You can replace this text with custom content, and it will be preserved on regeneration |