<<

NAME

Koha::Schema::Result::Illrequestattribute

TABLE: illrequestattributes

ACCESSORS

illrequest_id

  data_type: 'bigint'
  extra: {unsigned => 1}
  is_foreign_key: 1
  is_nullable: 0

type

  data_type: 'varchar'
  is_nullable: 0
  size: 200

value

  data_type: 'text'
  is_nullable: 0

PRIMARY KEY

RELATIONS

illrequest

Type: belongs_to

Related object: Koha::Schema::Result::Illrequest

<<