2 package Koha
::Schema
::Result
::TmpHoldsqueue
;
4 # Created by DBIx::Class::Schema::Loader
5 # DO NOT MODIFY THE FIRST PART OF THIS FILE
9 Koha::Schema::Result::TmpHoldsqueue
16 use base
'DBIx::Class::Core';
18 =head1 TABLE: C<tmp_holdsqueue>
22 __PACKAGE__
->table("tmp_holdsqueue");
44 data_type: 'mediumtext'
71 datetime_undef_if_invalid: 1
76 data_type: 'mediumtext'
102 =head2 item_level_request
110 __PACKAGE__
->add_columns(
112 { data_type
=> "integer", is_nullable
=> 1 },
114 { data_type
=> "integer", is_nullable
=> 1 },
116 { data_type
=> "varchar", is_nullable
=> 1, size
=> 20 },
118 { data_type
=> "mediumtext", is_nullable
=> 0 },
120 { data_type
=> "text", is_nullable
=> 1 },
122 { data_type
=> "text", is_nullable
=> 1 },
124 { data_type
=> "integer", is_nullable
=> 0 },
126 { data_type
=> "varchar", is_nullable
=> 1, size
=> 16 },
128 { data_type
=> "date", datetime_undef_if_invalid
=> 1, is_nullable
=> 1 },
130 { data_type
=> "mediumtext", is_nullable
=> 1 },
132 { data_type
=> "varchar", is_nullable
=> 1, size
=> 255 },
134 { data_type
=> "varchar", is_nullable
=> 1, size
=> 10 },
136 { data_type
=> "varchar", is_nullable
=> 1, size
=> 10 },
138 { data_type
=> "text", is_nullable
=> 1 },
139 "item_level_request",
140 { data_type
=> "tinyint", default_value
=> 0, is_nullable
=> 0 },
144 # Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
145 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ZD6xOAdXuMjglFtNa+DMEQ
148 # You can replace this text with custom content, and it will be preserved on regeneration