<<

NAME

Koha::Schema::Result::MessageAttribute

TABLE: message_attributes

ACCESSORS

message_attribute_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

message_name

  data_type: 'varchar'
  default_value: (empty string)
  is_nullable: 0
  size: 40

takes_days

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

PRIMARY KEY

UNIQUE CONSTRAINTS

message_name

RELATIONS

borrower_message_preferences

Type: has_many

Related object: Koha::Schema::Result::BorrowerMessagePreference

message_transports

Type: has_many

Related object: Koha::Schema::Result::MessageTransport

<<