<<

NAME

Koha::Schema::Result::AccountCreditType

TABLE: account_credit_types

ACCESSORS

code

  data_type: 'varchar'
  is_nullable: 0
  size: 80

description

  data_type: 'varchar'
  is_nullable: 1
  size: 200

can_be_added_manually

  data_type: 'tinyint'
  default_value: 1
  is_nullable: 0

is_system

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

archived

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

PRIMARY KEY

RELATIONS

account_credit_types_branches

Type: has_many

Related object: Koha::Schema::Result::AccountCreditTypesBranch

accountlines

Type: has_many

Related object: Koha::Schema::Result::Accountline

<<