<<

NAME

Koha::Schema::Result::Itemtype

TABLE: itemtypes

ACCESSORS

itemtype

  data_type: 'varchar'
  default_value: (empty string)
  is_nullable: 0
  size: 10

description

  data_type: 'mediumtext'
  is_nullable: 1

rentalcharge

  data_type: 'double precision'
  is_nullable: 1
  size: [16,4]

notforloan

  data_type: 'smallint'
  is_nullable: 1

imageurl

  data_type: 'varchar'
  is_nullable: 1
  size: 200

summary

  data_type: 'text'
  is_nullable: 1

checkinmsg

  data_type: 'varchar'
  is_nullable: 1
  size: 255

checkinmsgtype

  data_type: 'char'
  default_value: 'message'
  is_nullable: 0
  size: 16

sip_media_type

  data_type: 'varchar'
  is_nullable: 1
  size: 3

hideinopac

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

searchcategory

  data_type: 'varchar'
  is_nullable: 1
  size: 80

PRIMARY KEY

RELATIONS

branch_item_rules

Type: has_many

Related object: Koha::Schema::Result::BranchItemRule

default_branch_item_rule

Type: might_have

Related object: Koha::Schema::Result::DefaultBranchItemRule

<<