2 package Koha
::Schema
::Result
::RepeatableHoliday
;
4 # Created by DBIx::Class::Schema::Loader
5 # DO NOT MODIFY THE FIRST PART OF THIS FILE
9 Koha::Schema::Result::RepeatableHoliday
16 use base
'DBIx::Class::Core';
18 =head1 TABLE: C<repeatable_holidays>
22 __PACKAGE__
->table("repeatable_holidays");
35 default_value: (empty string)
57 default_value: (empty string)
68 __PACKAGE__
->add_columns(
70 { data_type
=> "integer", is_auto_increment
=> 1, is_nullable
=> 0 },
72 { data_type
=> "varchar", default_value
=> "", is_nullable
=> 0, size
=> 10 },
74 { data_type
=> "smallint", is_nullable
=> 1 },
76 { data_type
=> "smallint", is_nullable
=> 1 },
78 { data_type
=> "smallint", is_nullable
=> 1 },
80 { data_type
=> "varchar", default_value
=> "", is_nullable
=> 0, size
=> 50 },
82 { data_type
=> "text", is_nullable
=> 0 },
95 __PACKAGE__
->set_primary_key("id");
98 # Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
99 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:15Ot3jdlgFpmCbVgUDqZRg
102 # You can replace this text with custom content, and it will be preserved on regeneration