Koha::Schema::Result::Subscriptionroutinglist
subscriptionroutinglist
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
unique identifier assigned by Koha
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
foreign key from the borrowers table, defines with patron is on the routing list
data_type: 'integer' is_nullable: 1
where the patron stands in line to receive the serial
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
foreign key from the subscription table, defines which subscription this routing list is for
subscriptionid
Type: belongs_to
Related object: Koha::Schema::Result::Borrower
Type: belongs_to
Related object: Koha::Schema::Result::Subscription