Lines 70-75
__PACKAGE__->table("old_reserves");
Link Here
|
70 |
datetime_undef_if_invalid: 1 |
70 |
datetime_undef_if_invalid: 1 |
71 |
is_nullable: 1 |
71 |
is_nullable: 1 |
72 |
|
72 |
|
|
|
73 |
=head2 cancellation_reason |
74 |
|
75 |
data_type: 'varchar' |
76 |
is_nullable: 1 |
77 |
size: 80 |
78 |
|
73 |
=head2 reservenotes |
79 |
=head2 reservenotes |
74 |
|
80 |
|
75 |
data_type: 'longtext' |
81 |
data_type: 'longtext' |
Lines 163-168
__PACKAGE__->add_columns(
Link Here
|
163 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
169 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
164 |
"cancellationdate", |
170 |
"cancellationdate", |
165 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
171 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
|
|
172 |
"cancellation_reason", |
173 |
{ data_type => "varchar", is_nullable => 1, size => 80 }, |
166 |
"reservenotes", |
174 |
"reservenotes", |
167 |
{ data_type => "longtext", is_nullable => 1 }, |
175 |
{ data_type => "longtext", is_nullable => 1 }, |
168 |
"priority", |
176 |
"priority", |
Lines 298-305
__PACKAGE__->belongs_to(
Link Here
|
298 |
); |
306 |
); |
299 |
|
307 |
|
300 |
|
308 |
|
301 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-03-18 12:43:15 |
309 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-05-18 17:27:37 |
302 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4vMUC/1kSr3vgQ7n0Pmuug |
310 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:kC6pAbaLsjgC2NI1/3TYTA |
303 |
|
311 |
|
304 |
__PACKAGE__->add_columns( |
312 |
__PACKAGE__->add_columns( |
305 |
'+item_level_hold' => { is_boolean => 1 }, |
313 |
'+item_level_hold' => { is_boolean => 1 }, |