Koha::Schema::Result::ItemEditorTemplate
item_editor_templates
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
id for the template
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
creator of this template
data_type: 'mediumtext' is_nullable: 0
template name
data_type: 'tinyint' default_value: 0 is_nullable: 0
controls if template is shared
data_type: 'longtext' is_nullable: 0
json encoded template data
Type: belongs_to
Related object: Koha::Schema::Result::Borrower
Koha Object class
Koha Objects class