Lines 111-116
__PACKAGE__->table("deleteditems");
Link Here
|
111 |
default_value: 0 |
111 |
default_value: 0 |
112 |
is_nullable: 0 |
112 |
is_nullable: 0 |
113 |
|
113 |
|
|
|
114 |
=head2 damaged_on |
115 |
|
116 |
data_type: 'datetime' |
117 |
datetime_undef_if_invalid: 1 |
118 |
is_nullable: 1 |
119 |
|
114 |
=head2 itemlost |
120 |
=head2 itemlost |
115 |
|
121 |
|
116 |
data_type: 'tinyint' |
122 |
data_type: 'tinyint' |
Lines 309-314
__PACKAGE__->add_columns(
Link Here
|
309 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
315 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
310 |
"damaged", |
316 |
"damaged", |
311 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
317 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
|
|
318 |
"damaged_on", |
319 |
{ |
320 |
data_type => "datetime", |
321 |
datetime_undef_if_invalid => 1, |
322 |
is_nullable => 1, |
323 |
}, |
312 |
"itemlost", |
324 |
"itemlost", |
313 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
325 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
314 |
"itemlost_on", |
326 |
"itemlost_on", |
Lines 395-402
__PACKAGE__->add_columns(
Link Here
|
395 |
__PACKAGE__->set_primary_key("itemnumber"); |
407 |
__PACKAGE__->set_primary_key("itemnumber"); |
396 |
|
408 |
|
397 |
|
409 |
|
398 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-03-31 17:10:17 |
410 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-07-19 12:58:36 |
399 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:npNexLgE7AxLp6iVy1FxgQ |
411 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Akw4lzQAume5Y/V0XapOkw |
400 |
|
412 |
|
401 |
|
413 |
|
402 |
# You can replace this text with custom content, and it will be preserved on regeneration |
414 |
# You can replace this text with custom content, and it will be preserved on regeneration |