<<

NAME

Koha::Schema::Result::LanguageRfc4646ToIso639

TABLE: language_rfc4646_to_iso639

ACCESSORS

rfc4646_subtag

  data_type: 'varchar'
  is_nullable: 1
  size: 25

iso639_2_code

  data_type: 'varchar'
  is_nullable: 1
  size: 25

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

PRIMARY KEY

<<