<<

NAME

Koha::Schema::Result::LibraryFloatLimit

TABLE: library_float_limits

ACCESSORS

branchcode

  data_type: 'varchar'
  is_foreign_key: 1
  is_nullable: 0
  size: 10

itemtype

  data_type: 'varchar'
  is_foreign_key: 1
  is_nullable: 0
  size: 10

float_limit

  data_type: 'integer'
  is_nullable: 1

PRIMARY KEY

RELATIONS

branchcode

Type: belongs_to

Related object: Koha::Schema::Result::Branch

itemtype

Type: belongs_to

Related object: Koha::Schema::Result::Itemtype

koha_object_class

koha_objects_class

<<