Koha::Schema::Result::CheckoutRenewal
checkout_renewals
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
data_type: 'integer' is_nullable: 1
the id of the checkout this renewal pertains to
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
the id of the user who processed the renewal
data_type: 'tinyint' default_value: 0 is_nullable: 1
boolean denoting whether the item was present or not
data_type: 'varchar' is_nullable: 0 size: 16
the interface this renewal took place on
data_type: 'timestamp' datetime_undef_if_invalid: 1 default_value: current_timestamp is_nullable: 0
the date and time the renewal took place
data_type: 'enum' default_value: 'Manual' extra: {list => ["Automatic","Manual"]} is_nullable: 0
whether the renewal was an automatic or manual renewal
Type: belongs_to
Related object: Koha::Schema::Result::Borrower
Type: belongs_to
Related object: Koha::Schema::Result::Issue
Type: belongs_to
Related object: Koha::Schema::Result::OldIssue