<<

NAME

Koha::Schema::Result::Category

TABLE: categories

ACCESSORS

categorycode

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

description

  data_type: 'mediumtext'
  is_nullable: 1

enrolmentperiod

  data_type: 'smallint'
  is_nullable: 1

enrolmentperioddate

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 1

upperagelimit

  data_type: 'smallint'
  is_nullable: 1

dateofbirthrequired

  data_type: 'tinyint'
  is_nullable: 1

finetype

  data_type: 'varchar'
  is_nullable: 1
  size: 30

bulk

  data_type: 'tinyint'
  is_nullable: 1

enrolmentfee

  data_type: 'decimal'
  is_nullable: 1
  size: [28,6]

overduenoticerequired

  data_type: 'tinyint'
  is_nullable: 1

issuelimit

  data_type: 'smallint'
  is_nullable: 1

reservefee

  data_type: 'decimal'
  is_nullable: 1
  size: [28,6]

hidelostitems

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

category_type

  data_type: 'varchar'
  default_value: 'A'
  is_nullable: 0
  size: 1

BlockExpiredPatronOpacActions

  accessor: 'block_expired_patron_opac_actions'
  data_type: 'tinyint'
  default_value: -1
  is_nullable: 0

default_privacy

  data_type: 'enum'
  default_value: 'default'
  extra: {list => ["default","never","forever"]}
  is_nullable: 0

PRIMARY KEY

RELATIONS

borrower_message_preferences

Type: has_many

Related object: Koha::Schema::Result::BorrowerMessagePreference

borrowers

Type: has_many

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

branch_borrower_circ_rules

Type: has_many

Related object: Koha::Schema::Result::BranchBorrowerCircRule

categories_branches

Type: has_many

Related object: Koha::Schema::Result::CategoriesBranch

default_borrower_circ_rule

Type: might_have

Related object: Koha::Schema::Result::DefaultBorrowerCircRule

<<