<<

NAME

Koha::Schema::Result::AdvancedEditorMacro

TABLE: advanced_editor_macros

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

name

  data_type: 'varchar'
  is_nullable: 0
  size: 80

macro

  data_type: 'longtext'
  is_nullable: 1

borrowernumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

shared

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 1

PRIMARY KEY

RELATIONS

borrowernumber

Type: belongs_to

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

<<