|
Lines 328-333
date of last renewal for the subscription
Link Here
|
| 328 |
data_type: 'integer' |
328 |
data_type: 'integer' |
| 329 |
is_nullable: 1 |
329 |
is_nullable: 1 |
| 330 |
|
330 |
|
|
|
331 |
=head2 ccode |
| 332 |
|
| 333 |
data_type: 'varchar' |
| 334 |
is_nullable: 1 |
| 335 |
size: 80 |
| 336 |
|
| 337 |
collection code to assign to serial items |
| 338 |
|
| 331 |
=cut |
339 |
=cut |
| 332 |
|
340 |
|
| 333 |
__PACKAGE__->add_columns( |
341 |
__PACKAGE__->add_columns( |
|
Lines 417-422
__PACKAGE__->add_columns(
Link Here
|
| 417 |
{ data_type => "varchar", is_nullable => 1, size => 10 }, |
425 |
{ data_type => "varchar", is_nullable => 1, size => 10 }, |
| 418 |
"mana_id", |
426 |
"mana_id", |
| 419 |
{ data_type => "integer", is_nullable => 1 }, |
427 |
{ data_type => "integer", is_nullable => 1 }, |
|
|
428 |
"ccode", |
| 429 |
{ data_type => "varchar", is_nullable => 1, size => 80 }, |
| 420 |
); |
430 |
); |
| 421 |
|
431 |
|
| 422 |
=head1 PRIMARY KEY |
432 |
=head1 PRIMARY KEY |
|
Lines 549-556
__PACKAGE__->has_many(
Link Here
|
| 549 |
); |
559 |
); |
| 550 |
|
560 |
|
| 551 |
|
561 |
|
| 552 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-01-21 13:39:29 |
562 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2021-12-13 16:00:51 |
| 553 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:RA/Z4pcP53tB0kXgo0W6fQ |
563 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:RXlOmAbIjAyLxVqqt36LHQ |
| 554 |
|
564 |
|
| 555 |
__PACKAGE__->has_many( |
565 |
__PACKAGE__->has_many( |
| 556 |
"additional_field_values", |
566 |
"additional_field_values", |
| 557 |
- |
|
|