<<

NAME

Koha::Schema::Result::HoldCancellationRequest

TABLE: hold_cancellation_requests

ACCESSORS

hold_cancellation_request_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

Unique ID of the cancellation request

hold_id

  data_type: 'integer'
  is_nullable: 0

ID of the hold

creation_date

  data_type: 'timestamp'
  datetime_undef_if_invalid: 1
  default_value: current_timestamp
  is_nullable: 0

Time and date the cancellation request was created

PRIMARY KEY

<<