<<

NAME

Koha::Schema::Result::BiblioMetadata

TABLE: biblio_metadata

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

biblionumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

format

  data_type: 'varchar'
  is_nullable: 0
  size: 16

schema

  data_type: 'varchar'
  is_nullable: 0
  size: 16

metadata

  data_type: 'longtext'
  is_nullable: 0

timestamp

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

PRIMARY KEY

UNIQUE CONSTRAINTS

biblio_metadata_uniq_key

RELATIONS

biblionumber

Type: belongs_to

Related object: Koha::Schema::Result::Biblio

<<