<<

NAME

Koha::Schema::Result::PseudonymizedTransaction

TABLE: pseudonymized_transactions

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

hashed_borrowernumber

  data_type: 'varchar'
  is_nullable: 0
  size: 60

has_cardnumber

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

title

  data_type: 'longtext'
  is_nullable: 1

city

  data_type: 'longtext'
  is_nullable: 1

state

  data_type: 'mediumtext'
  is_nullable: 1

zipcode

  data_type: 'varchar'
  is_nullable: 1
  size: 25

country

  data_type: 'mediumtext'
  is_nullable: 1

branchcode

  data_type: 'varchar'
  default_value: (empty string)
  is_foreign_key: 1
  is_nullable: 0
  size: 10

categorycode

  data_type: 'varchar'
  default_value: (empty string)
  is_foreign_key: 1
  is_nullable: 0
  size: 10

dateenrolled

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 1

sex

  data_type: 'varchar'
  is_nullable: 1
  size: 1

sort1

  data_type: 'varchar'
  is_nullable: 1
  size: 80

sort2

  data_type: 'varchar'
  is_nullable: 1
  size: 80

datetime

  data_type: 'datetime'
  datetime_undef_if_invalid: 1
  is_nullable: 1

transaction_branchcode

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

transaction_type

  data_type: 'varchar'
  is_nullable: 1
  size: 16

itemnumber

  data_type: 'integer'
  is_nullable: 1

itemtype

  data_type: 'varchar'
  is_nullable: 1
  size: 10

holdingbranch

  data_type: 'varchar'
  is_nullable: 1
  size: 10

homebranch

  data_type: 'varchar'
  is_nullable: 1
  size: 10

location

  data_type: 'varchar'
  is_nullable: 1
  size: 80

itemcallnumber

  data_type: 'varchar'
  is_nullable: 1
  size: 255

ccode

  data_type: 'varchar'
  is_nullable: 1
  size: 80

PRIMARY KEY

RELATIONS

branchcode

Type: belongs_to

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

categorycode

Type: belongs_to

Related object: Koha::Schema::Result::Category

pseudonymized_borrower_attributes

Type: has_many

Related object: Koha::Schema::Result::PseudonymizedBorrowerAttribute

transaction_branchcode

Type: belongs_to

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

<<