<<

NAME

Koha::Schema::Result::Browser

TABLE: browser

ACCESSORS

level

  data_type: 'integer'
  is_nullable: 0

classification

  data_type: 'varchar'
  is_nullable: 0
  size: 20

description

  data_type: 'varchar'
  is_nullable: 0
  size: 255

number

  data_type: 'bigint'
  is_nullable: 0

endnode

  data_type: 'tinyint'
  is_nullable: 0

<<