<<

NAME

Koha::Schema::Result::ApiKey

TABLE: api_keys

ACCESSORS

client_id

  data_type: 'varchar'
  is_nullable: 0
  size: 191

secret

  data_type: 'varchar'
  is_nullable: 0
  size: 191

description

  data_type: 'varchar'
  is_nullable: 0
  size: 255

patron_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

active

  data_type: 'tinyint'
  default_value: 1
  is_nullable: 0

PRIMARY KEY

UNIQUE CONSTRAINTS

secret

RELATIONS

patron

Type: belongs_to

Related object: Koha::Schema::Result::Borrower

<<