Koha::Schema::Result::Linktracker
linktracker
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
primary key identifier
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
biblionumber of the record the link is from
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
itemnumber if applicable that the link was from
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
borrowernumber who clicked the link
data_type: 'mediumtext' is_nullable: 1
the link itself
data_type: 'datetime' datetime_undef_if_invalid: 1 is_nullable: 1
the date and time the link was clicked
Type: belongs_to
Related object: Koha::Schema::Result::Biblio
Type: belongs_to
Related object: Koha::Schema::Result::Borrower
Type: belongs_to
Related object: Koha::Schema::Result::Item