<<

NAME

Koha::Schema::Result::OaiSetsDescription

TABLE: oai_sets_descriptions

ACCESSORS

set_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

description

  data_type: 'varchar'
  is_nullable: 0
  size: 255

RELATIONS

set

Type: belongs_to

Related object: Koha::Schema::Result::OaiSet

<<