<<

NAME

Koha::Schema::Result::EdifactError

TABLE: edifact_errors

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

message_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

date

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 1

section

  data_type: 'mediumtext'
  is_nullable: 1

details

  data_type: 'mediumtext'
  is_nullable: 1

PRIMARY KEY

RELATIONS

message

Type: belongs_to

Related object: Koha::Schema::Result::EdifactMessage

OBJECT HELPERS

koha_objects_class

Name of corresponding Koha::Objects class

koha_object_class

Name of corresponding Koha::Object class

<<