<<

NAME

Koha::Schema::Result::SipInstitution

TABLE: sip_institutions

ACCESSORS

sip_institution_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

name

  data_type: 'varchar'
  is_nullable: 0
  size: 80

Unique varchar identifier. Previously "id" in SIPconfig.xml

implementation

  data_type: 'varchar'
  default_value: 'ILS'
  is_nullable: 0
  size: 80

checkin

  data_type: 'tinyint'
  default_value: 1
  is_nullable: 0

Previously attribute of "policy" in SIPconfig.xml

checkout

  data_type: 'tinyint'
  default_value: 1
  is_nullable: 0

Previously attribute of "policy" in SIPconfig.xml

offline

  data_type: 'tinyint'
  is_nullable: 1

Previously attribute of "policy" in SIPconfig.xml

renewal

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

Previously attribute of "policy" in SIPconfig.xml

retries

  data_type: 'integer'
  default_value: 5
  is_nullable: 0

Previously attribute of "policy" in SIPconfig.xml

status_update

  data_type: 'tinyint'
  is_nullable: 1

Previously attribute of "policy" in SIPconfig.xml

timeout

  data_type: 'integer'
  default_value: 100
  is_nullable: 0

Previously attribute of "policy" in SIPconfig.xml

PRIMARY KEY

UNIQUE CONSTRAINTS

institution_name

RELATIONS

sip_accounts

Type: has_many

Related object: Koha::Schema::Result::SipAccount

koha_objects_class

  Koha Objects class

koha_object_class

  Koha Object class

<<