<<

NAME

Koha::Schema::Result::BorrowerPasswordRecovery

TABLE: borrower_password_recovery

ACCESSORS

borrowernumber

  data_type: 'integer'
  is_nullable: 0

uuid

  data_type: 'varchar'
  is_nullable: 0
  size: 128

valid_until

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

PRIMARY KEY

<<