<<

NAME

Koha::Schema::Result::MarcOverlayRule

TABLE: marc_overlay_rules

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

tag

  data_type: 'varchar'
  is_nullable: 0
  size: 255

module

  data_type: 'varchar'
  is_nullable: 0
  size: 127

filter

  data_type: 'varchar'
  is_nullable: 0
  size: 255

add

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

append

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

remove

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

delete

  accessor: undef
  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

PRIMARY KEY

<<