<<

NAME

Koha::Schema::Result::BorrowerSync

TABLE: borrower_sync

ACCESSORS

borrowersyncid

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

borrowernumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

synctype

  data_type: 'varchar'
  is_nullable: 0
  size: 32

sync

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

syncstatus

  data_type: 'varchar'
  is_nullable: 1
  size: 10

lastsync

  data_type: 'varchar'
  is_nullable: 1
  size: 50

hashed_pin

  data_type: 'varchar'
  is_nullable: 1
  size: 64

PRIMARY KEY

RELATIONS

borrowernumber

Type: belongs_to

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

<<