<<

NAME

Koha::Schema::Result::Permission

TABLE: permissions

ACCESSORS

module_bit

  data_type: 'integer'
  default_value: 0
  is_foreign_key: 1
  is_nullable: 0

code

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

description

  data_type: 'varchar'
  is_nullable: 1
  size: 255

PRIMARY KEY

RELATIONS

module_bit

Type: belongs_to

Related object: Koha::Schema::Result::Userflag

user_permissions

Type: has_many

Related object: Koha::Schema::Result::UserPermission

<<