<<

NAME

Koha::Schema::Result::TransportCost

TABLE: transport_cost

ACCESSORS

frombranch

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

tobranch

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

cost

  data_type: 'decimal'
  is_nullable: 0
  size: [6,2]

disable_transfer

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

PRIMARY KEY

RELATIONS

frombranch

Type: belongs_to

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

tobranch

Type: belongs_to

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

<<