<<

NAME

Koha::Schema::Result::EdifactMessage

TABLE: edifact_messages

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

message_type

  data_type: 'varchar'
  is_nullable: 0
  size: 10

transfer_date

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 1

vendor_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

edi_acct

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

status

  data_type: 'mediumtext'
  is_nullable: 1

basketno

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

raw_msg

  data_type: 'longtext'
  is_nullable: 1

filename

  data_type: 'mediumtext'
  is_nullable: 1

deleted

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

PRIMARY KEY

RELATIONS

aqinvoices

Type: has_many

Related object: Koha::Schema::Result::Aqinvoice

basketno

Type: belongs_to

Related object: Koha::Schema::Result::Aqbasket

edi_acct

Type: belongs_to

Related object: Koha::Schema::Result::VendorEdiAccount

vendor

Type: belongs_to

Related object: Koha::Schema::Result::Aqbookseller

<<