Koha::Schema::Result::TagsApproval
tags_approval
data_type: 'varchar' is_nullable: 0 size: 191
the tag
data_type: 'integer' default_value: 0 is_nullable: 0
whether the tag is approved or not (1=yes, 0=pending, -1=rejected)
data_type: 'datetime' datetime_undef_if_invalid: 1 is_nullable: 1
the date this tag was approved
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
the librarian who approved the tag (borrowers.borrowernumber)
data_type: 'integer' default_value: 1 is_nullable: 0
the total number of times this tag was used
Type: belongs_to
Related object: Koha::Schema::Result::Borrower
Type: has_many
Related object: Koha::Schema::Result::TagsIndex