|
Lines 170-189
__PACKAGE__->add_columns(
Link Here
|
| 170 |
|
170 |
|
| 171 |
__PACKAGE__->set_primary_key("id"); |
171 |
__PACKAGE__->set_primary_key("id"); |
| 172 |
|
172 |
|
| 173 |
=head1 UNIQUE CONSTRAINTS |
|
|
| 174 |
|
| 175 |
=head2 C<issue_id> |
| 176 |
|
| 177 |
=over 4 |
| 178 |
|
| 179 |
=item * L</issue_id> |
| 180 |
|
| 181 |
=back |
| 182 |
|
| 183 |
=cut |
| 184 |
|
| 185 |
__PACKAGE__->add_unique_constraint("issue_id", ["issue_id"]); |
| 186 |
|
| 187 |
=head1 RELATIONS |
173 |
=head1 RELATIONS |
| 188 |
|
174 |
|
| 189 |
=head2 borrowernumber |
175 |
=head2 borrowernumber |
|
Lines 277-284
__PACKAGE__->belongs_to(
Link Here
|
| 277 |
); |
263 |
); |
| 278 |
|
264 |
|
| 279 |
|
265 |
|
| 280 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-11-17 10:01:24 |
266 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-11-18 15:07:03 |
| 281 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Ik93SD3kLNecIyRgsBVKDQ |
267 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:HtOvm4y611GNQcPwKzY1jg |
| 282 |
|
268 |
|
| 283 |
=head2 checkout |
269 |
=head2 checkout |
| 284 |
|
270 |
|
| 285 |
- |
|
|