<<

NAME

Koha::Schema::Result::LibrarySmtpServer

TABLE: library_smtp_servers

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

library_id

  data_type: 'varchar'
  is_foreign_key: 1
  is_nullable: 0
  size: 10

smtp_server_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

PRIMARY KEY

UNIQUE CONSTRAINTS

library_id_idx

RELATIONS

library

Type: belongs_to

Related object: Koha::Schema::Result::Branch

smtp_server

Type: belongs_to

Related object: Koha::Schema::Result::SmtpServer

<<