<<

NAME

Koha::Schema::Result::ItemEditorTemplate

TABLE: item_editor_templates

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

id for the template

patron_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

creator of this template

name

  data_type: 'mediumtext'
  is_nullable: 0

template name

is_shared

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

controls if template is shared

contents

  data_type: 'longtext'
  is_nullable: 0

json encoded template data

PRIMARY KEY

RELATIONS

patron

Type: belongs_to

Related object: Koha::Schema::Result::Borrower

koha_object_class

  Koha Object class

koha_objects_class

  Koha Objects class

<<