<<

NAME

Koha::Schema::Result::PseudonymizedMetadataValue

TABLE: pseudonymized_metadata_values

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

Row id field

transaction_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

tablename

  data_type: 'varchar'
  is_nullable: 0
  size: 64

Name of the related table

key

  data_type: 'varchar'
  is_nullable: 0
  size: 64

key for the metadata

value

  data_type: 'varchar'
  is_nullable: 1
  size: 255

value for the metadata

PRIMARY KEY

RELATIONS

transaction

Type: belongs_to

Related object: Koha::Schema::Result::PseudonymizedTransaction

<<