<<

NAME

Koha::Schema::Result::MarcModificationTemplate

TABLE: marc_modification_templates

ACCESSORS

template_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

name

  data_type: 'text'
  is_nullable: 0

PRIMARY KEY

RELATIONS

marc_modification_template_actions

Type: has_many

Related object: Koha::Schema::Result::MarcModificationTemplateAction

<<