Lines 276-281
__PACKAGE__->table("deleteditems");
Link Here
|
276 |
is_nullable: 1 |
276 |
is_nullable: 1 |
277 |
size: 32 |
277 |
size: 32 |
278 |
|
278 |
|
|
|
279 |
=head2 link_text |
280 |
|
281 |
data_type: 'varchar' |
282 |
is_nullable: 1 |
283 |
size: 200 |
284 |
|
279 |
=cut |
285 |
=cut |
280 |
|
286 |
|
281 |
__PACKAGE__->add_columns( |
287 |
__PACKAGE__->add_columns( |
Lines 380-385
__PACKAGE__->add_columns(
Link Here
|
380 |
{ data_type => "varchar", is_nullable => 1, size => 32 }, |
386 |
{ data_type => "varchar", is_nullable => 1, size => 32 }, |
381 |
"new_status", |
387 |
"new_status", |
382 |
{ data_type => "varchar", is_nullable => 1, size => 32 }, |
388 |
{ data_type => "varchar", is_nullable => 1, size => 32 }, |
|
|
389 |
"link_text", |
390 |
{ data_type => "varchar", is_nullable => 1, size => 200 }, |
383 |
); |
391 |
); |
384 |
|
392 |
|
385 |
=head1 PRIMARY KEY |
393 |
=head1 PRIMARY KEY |
Lines 395-402
__PACKAGE__->add_columns(
Link Here
|
395 |
__PACKAGE__->set_primary_key("itemnumber"); |
403 |
__PACKAGE__->set_primary_key("itemnumber"); |
396 |
|
404 |
|
397 |
|
405 |
|
398 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-03-31 17:10:17 |
406 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-01-26 16:30:46 |
399 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:npNexLgE7AxLp6iVy1FxgQ |
407 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:0xNeg4z6klkIW5FqWDxZsw |
400 |
|
408 |
|
401 |
|
409 |
|
402 |
# You can replace this text with custom content, and it will be preserved on regeneration |
410 |
# You can replace this text with custom content, and it will be preserved on regeneration |