<<

NAME

Koha::Schema::Result::CirculationRule

TABLE: circulation_rules

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

branchcode

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

categorycode

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

itemtype

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

rule_name

  data_type: 'varchar'
  is_nullable: 0
  size: 32

rule_value

  data_type: 'varchar'
  is_nullable: 0
  size: 32

PRIMARY KEY

UNIQUE CONSTRAINTS

branchcode

RELATIONS

branchcode

Type: belongs_to

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

categorycode

Type: belongs_to

Related object: Koha::Schema::Result::Category

itemtype

Type: belongs_to

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

<<