<<

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: 'mediumtext'
  is_nullable: 0

readonly

  data_type: 'tinyint'
  default_value: 1
  is_nullable: 0

PRIMARY KEY

RELATIONS

illrequest

Type: belongs_to

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

<<