<<

NAME

Koha::Schema::Result::Review

TABLE: reviews

ACCESSORS

reviewid

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

borrowernumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

biblionumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

review

  data_type: 'text'
  is_nullable: 1

approved

  data_type: 'tinyint'
  is_nullable: 1

datereviewed

  data_type: 'datetime'
  datetime_undef_if_invalid: 1
  is_nullable: 1

PRIMARY KEY

RELATIONS

biblionumber

Type: belongs_to

Related object: Koha::Schema::Result::Biblio

borrowernumber

Type: belongs_to

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

<<