<<

NAME

Koha::Schema::Result::ClosureRrule

ACCESSORS

closureid

  data_type: 'integer'
  is_nullable: 1

recurrence_start

  data_type: 'datetime'
  is_nullable: 1

recurrence_end

  data_type: 'datetime'
  is_nullable: 1

frequency

  data_type: 'varchar'
  is_nullable: 1
  size: 10

days_interval

  data_type: 'integer'
  is_nullable: 1

<<