<<

NAME

Koha::Schema::Result::BiblioFramework

TABLE: biblio_framework

ACCESSORS

frameworkcode

  data_type: 'varchar'
  default_value: (empty string)
  is_nullable: 0
  size: 4

the unique code assigned to the framework

frameworktext

  data_type: 'varchar'
  default_value: (empty string)
  is_nullable: 0
  size: 255

the description/name given to the framework

PRIMARY KEY

<<