<<

NAME

Koha::Schema::Result::SubscriptionFrequency

TABLE: subscription_frequencies

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

description

  data_type: 'text'
  is_nullable: 0

displayorder

  data_type: 'integer'
  is_nullable: 1

unit

  data_type: 'enum'
  extra: {list => ["day","week","month","year"]}
  is_nullable: 1

unitsperissue

  data_type: 'integer'
  default_value: 1
  is_nullable: 0

issuesperunit

  data_type: 'integer'
  default_value: 1
  is_nullable: 0

PRIMARY KEY

RELATIONS

subscriptions

Type: has_many

Related object: Koha::Schema::Result::Subscription

<<