<<

NAME

Koha::Schema::Result::AuthTagStructure

TABLE: auth_tag_structure

ACCESSORS

authtypecode

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

tagfield

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

liblibrarian

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

libopac

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

repeatable

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

mandatory

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

authorised_value

  data_type: 'varchar'
  is_nullable: 1
  size: 10

PRIMARY KEY

RELATIONS

authtypecode

Type: belongs_to

Related object: Koha::Schema::Result::AuthType

<<