<<

NAME

Koha::Schema::Result::CurbsidePickupIssue

TABLE: curbside_pickup_issues

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

curbside_pickup_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

issue_id

  data_type: 'integer'
  is_nullable: 0

reserve_id

  data_type: 'integer'
  is_nullable: 0

PRIMARY KEY

RELATIONS

curbside_pickup

Type: belongs_to

Related object: Koha::Schema::Result::CurbsidePickup

<<