<<

NAME

Koha::Schema::Result::BorrowerRelationship

TABLE: borrower_relationships

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

guarantor_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

guarantee_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

relationship

  data_type: 'varchar'
  is_nullable: 0
  size: 100

PRIMARY KEY

UNIQUE CONSTRAINTS

guarantor_guarantee_idx

RELATIONS

guarantee

Type: belongs_to

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

guarantor

Type: belongs_to

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

<<