<<

NAME

Koha::Schema::Result::AuthType

TABLE: auth_types

ACCESSORS

authtypecode

  data_type: 'varchar'
  default_value: (empty string)
  is_nullable: 0
  size: 10

authtypetext

  data_type: 'varchar'
  default_value: (empty string)
  is_nullable: 0
  size: 255

auth_tag_to_report

  data_type: 'varchar'
  default_value: (empty string)
  is_nullable: 0
  size: 3

summary

  data_type: 'mediumtext'
  is_nullable: 0

PRIMARY KEY

RELATIONS

auth_tag_structures

Type: has_many

Related object: Koha::Schema::Result::AuthTagStructure

<<