<<

NAME

Koha::Schema::Result::Z3950server

TABLE: z3950servers

ACCESSORS

host

  data_type: 'varchar'
  is_nullable: 1
  size: 255

port

  data_type: 'integer'
  is_nullable: 1

db

  data_type: 'varchar'
  is_nullable: 1
  size: 255

userid

  data_type: 'varchar'
  is_nullable: 1
  size: 255

password

  data_type: 'varchar'
  is_nullable: 1
  size: 255

name

  data_type: 'mediumtext'
  is_nullable: 1

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

checked

  data_type: 'smallint'
  is_nullable: 1

rank

  data_type: 'integer'
  is_nullable: 1

syntax

  data_type: 'varchar'
  is_nullable: 1
  size: 80

timeout

  data_type: 'integer'
  default_value: 0
  is_nullable: 0

icon

  data_type: 'text'
  is_nullable: 1

position

  data_type: 'enum'
  default_value: 'primary'
  extra: {list => ["primary","secondary"]}
  is_nullable: 0

type

  data_type: 'enum'
  default_value: 'zed'
  extra: {list => ["zed","opensearch"]}
  is_nullable: 0

encoding

  data_type: 'text'
  is_nullable: 1

description

  data_type: 'text'
  is_nullable: 0

recordtype

  data_type: 'varchar'
  default_value: 'biblio'
  is_nullable: 0
  size: 45

PRIMARY KEY

<<