<<

NAME

Koha::Schema::Result::ItemCirculationAlertPreference

TABLE: item_circulation_alert_preferences

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

branchcode

  data_type: 'varchar'
  is_nullable: 0
  size: 10

categorycode

  data_type: 'varchar'
  is_nullable: 0
  size: 10

item_type

  data_type: 'varchar'
  is_nullable: 0
  size: 10

notification

  data_type: 'varchar'
  is_nullable: 0
  size: 16

PRIMARY KEY

<<