<<

NAME

Koha::Schema::Result::BorrowerAttributeType

TABLE: borrower_attribute_types

ACCESSORS

code

  data_type: 'varchar'
  is_nullable: 0
  size: 10

description

  data_type: 'varchar'
  is_nullable: 0
  size: 255

repeatable

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

unique_id

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

opac_display

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

password_allowed

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

staff_searchable

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

authorised_value_category

  data_type: 'varchar'
  is_nullable: 1
  size: 10

display_checkout

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

category_code

  data_type: 'varchar'
  is_nullable: 1
  size: 10

class

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

PRIMARY KEY

RELATIONS

borrower_attribute_types_branches

Type: has_many

Related object: Koha::Schema::Result::BorrowerAttributeTypesBranch

borrower_attributes

Type: has_many

Related object: Koha::Schema::Result::BorrowerAttribute

<<