<<

NAME

Koha::Schema::Result::SipAccountSystemPreferenceOverride

TABLE: sip_account_system_preference_overrides

ACCESSORS

sip_account_system_preference_override_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

sip_account_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

Foreign key to sip_accounts.sip_account_id

variable

  data_type: 'varchar'
  is_nullable: 0
  size: 80

System preference name

value

  data_type: 'varchar'
  is_nullable: 0
  size: 80

System preference value

PRIMARY KEY

UNIQUE CONSTRAINTS

sip_account

RELATIONS

sip_account

Type: belongs_to

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

koha_objects_class

  Koha Objects class

koha_object_class

  Koha Object class

<<