|
Lines 407-412
__PACKAGE__->table("borrowers");
Link Here
|
| 407 |
default_value: 1 |
407 |
default_value: 1 |
| 408 |
is_nullable: 0 |
408 |
is_nullable: 0 |
| 409 |
|
409 |
|
|
|
410 |
=head2 privacy_guarantor_checkouts |
| 411 |
|
| 412 |
data_type: 'tinyint' |
| 413 |
default_value: 0 |
| 414 |
is_nullable: 0 |
| 415 |
|
| 410 |
=cut |
416 |
=cut |
| 411 |
|
417 |
|
| 412 |
__PACKAGE__->add_columns( |
418 |
__PACKAGE__->add_columns( |
|
Lines 576-581
__PACKAGE__->add_columns(
Link Here
|
| 576 |
{ data_type => "varchar", is_nullable => 1, size => 50 }, |
582 |
{ data_type => "varchar", is_nullable => 1, size => 50 }, |
| 577 |
"privacy", |
583 |
"privacy", |
| 578 |
{ data_type => "integer", default_value => 1, is_nullable => 0 }, |
584 |
{ data_type => "integer", default_value => 1, is_nullable => 0 }, |
|
|
585 |
"privacy_guarantor_checkouts", |
| 586 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
| 579 |
); |
587 |
); |
| 580 |
|
588 |
|
| 581 |
=head1 PRIMARY KEY |
589 |
=head1 PRIMARY KEY |
|
Lines 1117-1124
Composing rels: L</course_instructors> -> course
Link Here
|
| 1117 |
__PACKAGE__->many_to_many("courses", "course_instructors", "course"); |
1125 |
__PACKAGE__->many_to_many("courses", "course_instructors", "course"); |
| 1118 |
|
1126 |
|
| 1119 |
|
1127 |
|
| 1120 |
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-11-14 09:56:24 |
1128 |
# Created by DBIx::Class::Schema::Loader v0.07040 @ 2014-12-21 23:11:08 |
| 1121 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:UGa+abq4uilkf0nImxun/w |
1129 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:49MbDhILto8NukjDlkt8sA |
| 1122 |
|
1130 |
|
| 1123 |
|
1131 |
|
| 1124 |
# You can replace this text with custom content, and it will be preserved on regeneration |
1132 |
# You can replace this text with custom content, and it will be preserved on regeneration |