<<

NAME

Koha::Schema::Result::ReturnClaim

TABLE: return_claims

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

itemnumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

issue_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

borrowernumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

notes

  data_type: 'mediumtext'
  is_nullable: 1

created_on

  data_type: 'timestamp'
  datetime_undef_if_invalid: 1
  is_nullable: 1

created_by

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

updated_on

  data_type: 'timestamp'
  datetime_undef_if_invalid: 1
  is_nullable: 1

updated_by

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

resolution

  data_type: 'varchar'
  is_nullable: 1
  size: 80

resolved_on

  data_type: 'timestamp'
  datetime_undef_if_invalid: 1
  is_nullable: 1

resolved_by

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

PRIMARY KEY

UNIQUE CONSTRAINTS

issue_id

RELATIONS

borrowernumber

Type: belongs_to

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

created_by

Type: belongs_to

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

issue

Type: belongs_to

Related object: Koha::Schema::Result::Issue

itemnumber

Type: belongs_to

Related object: Koha::Schema::Result::Item

resolved_by

Type: belongs_to

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

updated_by

Type: belongs_to

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

<<