<<

NAME

Koha::Schema::Result::RestrictionType

TABLE: restriction_types

ACCESSORS

code

  data_type: 'varchar'
  is_nullable: 0
  size: 50

display_text

  data_type: 'text'
  is_nullable: 0

is_system

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

is_default

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

lift_after_payment

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

fee_limit

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

PRIMARY KEY

RELATIONS

borrower_debarments

Type: has_many

Related object: Koha::Schema::Result::BorrowerDebarment

<<