<<

NAME

Koha::Schema::Result::RepeatableHoliday

TABLE: repeatable_holidays

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

branchcode

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

weekday

  data_type: 'smallint'
  is_nullable: 1

day

  data_type: 'smallint'
  is_nullable: 1

month

  data_type: 'smallint'
  is_nullable: 1

title

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

description

  data_type: 'text'
  is_nullable: 0

PRIMARY KEY

<<