<<

NAME

Koha::Schema::Result::SipAccountScreenMsgRegex

TABLE: sip_account_screen_msg_regexs

ACCESSORS

sip_account_screen_msg_regex_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

find

  data_type: 'varchar'
  is_nullable: 0
  size: 255

Regex find

replace

  data_type: 'varchar'
  is_nullable: 0
  size: 255

Regex replace

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

<<