<<

NAME

Koha::Schema::Result::LanguageSubtagRegistry

TABLE: language_subtag_registry

ACCESSORS

subtag

  data_type: 'varchar'
  is_nullable: 1
  size: 25

type

  data_type: 'varchar'
  is_nullable: 1
  size: 25

description

  data_type: 'varchar'
  is_nullable: 1
  size: 25

added

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 1

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

PRIMARY KEY

<<