<<

NAME

Koha::Schema::Result::Closure

ACCESSORS

closureid

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

description

  data_type: 'text'
  is_nullable: 1

branchcode

  data_type: 'varchar'
  is_nullable: 0
  size: 10

title

  data_type: 'varchar'
  is_nullable: 1
  size: 255

event_start

  data_type: 'datetime'
  is_nullable: 1

event_end

  data_type: 'datetime'
  is_nullable: 1

<<