<<

NAME

Koha::Schema::Result::LibraryHour

TABLE: library_hours

ACCESSORS

library_id

  data_type: 'varchar'
  is_foreign_key: 1
  is_nullable: 0
  size: 10

day

  data_type: 'enum'
  default_value: 0
  extra: {list => [0,1,2,3,4,5,6]}
  is_nullable: 0

open_time

  data_type: 'time'
  is_nullable: 1

close_time

  data_type: 'time'
  is_nullable: 1

PRIMARY KEY

RELATIONS

library

Type: belongs_to

Related object: Koha::Schema::Result::Branch

<<