|
Lines 407-412
__PACKAGE__->table("borrowers");
Link Here
|
| 407 |
default_value: 0 |
407 |
default_value: 0 |
| 408 |
is_nullable: 0 |
408 |
is_nullable: 0 |
| 409 |
|
409 |
|
|
|
410 |
=head2 checkprevcheckout |
| 411 |
|
| 412 |
data_type: 'varchar' |
| 413 |
default_value: 'inherit' |
| 414 |
is_nullable: 0 |
| 415 |
size: 7 |
| 416 |
|
| 410 |
=head2 updated_on |
417 |
=head2 updated_on |
| 411 |
|
418 |
|
| 412 |
data_type: 'timestamp' |
419 |
data_type: 'timestamp' |
|
Lines 583-588
__PACKAGE__->add_columns(
Link Here
|
| 583 |
{ data_type => "integer", default_value => 1, is_nullable => 0 }, |
590 |
{ data_type => "integer", default_value => 1, is_nullable => 0 }, |
| 584 |
"privacy_guarantor_checkouts", |
591 |
"privacy_guarantor_checkouts", |
| 585 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
592 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
|
|
593 |
"checkprevcheckout", |
| 594 |
{ |
| 595 |
data_type => "varchar", |
| 596 |
default_value => "inherit", |
| 597 |
is_nullable => 0, |
| 598 |
size => 7, |
| 599 |
}, |
| 586 |
"updated_on", |
600 |
"updated_on", |
| 587 |
{ |
601 |
{ |
| 588 |
data_type => "timestamp", |
602 |
data_type => "timestamp", |
|
Lines 1218-1225
Composing rels: L</aqorder_users> -> ordernumber
Link Here
|
| 1218 |
__PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber"); |
1232 |
__PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber"); |
| 1219 |
|
1233 |
|
| 1220 |
|
1234 |
|
| 1221 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-06-14 16:35:12 |
1235 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-07-04 17:36:29 |
| 1222 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Luq1YVrOwtdDvSDWgWNGUg |
1236 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:0RuwTMzB5epoBGGCOcTHwg |
| 1223 |
|
1237 |
|
| 1224 |
__PACKAGE__->belongs_to( |
1238 |
__PACKAGE__->belongs_to( |
| 1225 |
"guarantor", |
1239 |
"guarantor", |