Lines 381-386
__PACKAGE__->table("borrowers");
Link Here
|
381 |
default_value: 1 |
381 |
default_value: 1 |
382 |
is_nullable: 0 |
382 |
is_nullable: 0 |
383 |
|
383 |
|
|
|
384 |
=head2 privacy_guarantor_fines |
385 |
|
386 |
data_type: 'tinyint' |
387 |
default_value: 0 |
388 |
is_nullable: 0 |
389 |
|
384 |
=head2 privacy_guarantor_checkouts |
390 |
=head2 privacy_guarantor_checkouts |
385 |
|
391 |
|
386 |
data_type: 'tinyint' |
392 |
data_type: 'tinyint' |
Lines 584-589
__PACKAGE__->add_columns(
Link Here
|
584 |
{ data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, |
590 |
{ data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, |
585 |
"privacy", |
591 |
"privacy", |
586 |
{ data_type => "integer", default_value => 1, is_nullable => 0 }, |
592 |
{ data_type => "integer", default_value => 1, is_nullable => 0 }, |
|
|
593 |
"privacy_guarantor_fines", |
594 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
587 |
"privacy_guarantor_checkouts", |
595 |
"privacy_guarantor_checkouts", |
588 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
596 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
589 |
"checkprevcheckout", |
597 |
"checkprevcheckout", |
Lines 1380-1387
Composing rels: L</aqorder_users> -> ordernumber
Link Here
|
1380 |
__PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber"); |
1388 |
__PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber"); |
1381 |
|
1389 |
|
1382 |
|
1390 |
|
1383 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-03-25 21:32:19 |
1391 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-05-01 17:46:46 |
1384 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:zQiYI20PSKC7Kub0678iAA |
1392 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:hldn1CQpN17+009opY26sA |
1385 |
|
1393 |
|
1386 |
__PACKAGE__->add_columns( |
1394 |
__PACKAGE__->add_columns( |
1387 |
'+lost' => { is_boolean => 1 }, |
1395 |
'+lost' => { is_boolean => 1 }, |