<<

NAME

Koha::Schema::Result::SubscriptionNumberpattern

TABLE: subscription_numberpatterns

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

label

  data_type: 'varchar'
  is_nullable: 0
  size: 255

displayorder

  data_type: 'integer'
  is_nullable: 1

description

  data_type: 'text'
  is_nullable: 0

numberingmethod

  data_type: 'varchar'
  is_nullable: 0
  size: 255

label1

  data_type: 'varchar'
  is_nullable: 1
  size: 255

add1

  data_type: 'integer'
  is_nullable: 1

every1

  data_type: 'integer'
  is_nullable: 1

whenmorethan1

  data_type: 'integer'
  is_nullable: 1

setto1

  data_type: 'integer'
  is_nullable: 1

numbering1

  data_type: 'varchar'
  is_nullable: 1
  size: 255

label2

  data_type: 'varchar'
  is_nullable: 1
  size: 255

add2

  data_type: 'integer'
  is_nullable: 1

every2

  data_type: 'integer'
  is_nullable: 1

whenmorethan2

  data_type: 'integer'
  is_nullable: 1

setto2

  data_type: 'integer'
  is_nullable: 1

numbering2

  data_type: 'varchar'
  is_nullable: 1
  size: 255

label3

  data_type: 'varchar'
  is_nullable: 1
  size: 255

add3

  data_type: 'integer'
  is_nullable: 1

every3

  data_type: 'integer'
  is_nullable: 1

whenmorethan3

  data_type: 'integer'
  is_nullable: 1

setto3

  data_type: 'integer'
  is_nullable: 1

numbering3

  data_type: 'varchar'
  is_nullable: 1
  size: 255

PRIMARY KEY

RELATIONS

subscriptions

Type: has_many

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

<<