<<

NAME

Koha::Schema::Result::Accountoffset

TABLE: accountoffsets

ACCESSORS

borrowernumber

  data_type: 'integer'
  default_value: 0
  is_foreign_key: 1
  is_nullable: 0

accountno

  data_type: 'smallint'
  default_value: 0
  is_nullable: 0

offsetaccount

  data_type: 'smallint'
  default_value: 0
  is_nullable: 0

offsetamount

  data_type: 'decimal'
  is_nullable: 1
  size: [28,6]

timestamp

  data_type: 'timestamp'
  datetime_undef_if_invalid: 1
  default_value: current_timestamp
  is_nullable: 0

RELATIONS

borrowernumber

Type: belongs_to

Related object: Koha::Schema::Result::Borrower

<<