<<

NAME

Koha::Schema::Result::CurbsidePickupOpeningSlot

TABLE: curbside_pickup_opening_slots

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

curbside_pickup_policy_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

day

  data_type: 'tinyint'
  is_nullable: 0

start_hour

  data_type: 'integer'
  is_nullable: 0

start_minute

  data_type: 'integer'
  is_nullable: 0

end_hour

  data_type: 'integer'
  is_nullable: 0

end_minute

  data_type: 'integer'
  is_nullable: 0

PRIMARY KEY

RELATIONS

curbside_pickup_policy

Type: belongs_to

Related object: Koha::Schema::Result::CurbsidePickupPolicy

<<