<<

NAME

Koha::Schema::Result::CurbsidePickupPolicy

TABLE: curbside_pickup_policy

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

branchcode

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

enabled

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

enable_waiting_holds_only

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

pickup_interval

  data_type: 'integer'
  default_value: 0
  is_nullable: 0

patrons_per_interval

  data_type: 'integer'
  default_value: 0
  is_nullable: 0

patron_scheduled_pickup

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

PRIMARY KEY

UNIQUE CONSTRAINTS

branchcode

RELATIONS

branchcode

Type: belongs_to

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

curbside_pickup_opening_slots

Type: has_many

Related object: Koha::Schema::Result::CurbsidePickupOpeningSlot

<<