|
Lines 38-43
__PACKAGE__->table("hold_groups");
Link Here
|
| 38 |
|
38 |
|
| 39 |
foreign key, linking this to the borrowers table |
39 |
foreign key, linking this to the borrowers table |
| 40 |
|
40 |
|
|
|
41 |
=head2 visual_hold_group_id |
| 42 |
|
| 43 |
data_type: 'integer' |
| 44 |
is_nullable: 1 |
| 45 |
|
| 46 |
visual ID for this hold group, in the context of the related patron |
| 47 |
|
| 41 |
=cut |
48 |
=cut |
| 42 |
|
49 |
|
| 43 |
__PACKAGE__->add_columns( |
50 |
__PACKAGE__->add_columns( |
|
Lines 50-55
__PACKAGE__->add_columns(
Link Here
|
| 50 |
}, |
57 |
}, |
| 51 |
"borrowernumber", |
58 |
"borrowernumber", |
| 52 |
{ data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, |
59 |
{ data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, |
|
|
60 |
"visual_hold_group_id", |
| 61 |
{ data_type => "integer", is_nullable => 1 }, |
| 53 |
); |
62 |
); |
| 54 |
|
63 |
|
| 55 |
=head1 PRIMARY KEY |
64 |
=head1 PRIMARY KEY |
|
Lines 117-124
__PACKAGE__->has_many(
Link Here
|
| 117 |
); |
126 |
); |
| 118 |
|
127 |
|
| 119 |
|
128 |
|
| 120 |
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-07-16 10:57:50 |
129 |
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-07-25 13:02:35 |
| 121 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Y1eP6naEI2vi94gTHqtubw |
130 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:hlAYDHvqpFZRpNU+d+y4RA |
| 122 |
|
131 |
|
| 123 |
|
132 |
|
| 124 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
133 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |