Lines 235-241
__PACKAGE__->table("deleteditems");
Link Here
|
235 |
|
235 |
|
236 |
data_type: 'varchar' |
236 |
data_type: 'varchar' |
237 |
is_nullable: 1 |
237 |
is_nullable: 1 |
238 |
size: 10 |
238 |
size: 80 |
239 |
|
239 |
|
240 |
=head2 materials |
240 |
=head2 materials |
241 |
|
241 |
|
Lines 375-381
__PACKAGE__->add_columns(
Link Here
|
375 |
"cn_sort", |
375 |
"cn_sort", |
376 |
{ data_type => "varchar", is_nullable => 1, size => 255 }, |
376 |
{ data_type => "varchar", is_nullable => 1, size => 255 }, |
377 |
"ccode", |
377 |
"ccode", |
378 |
{ data_type => "varchar", is_nullable => 1, size => 10 }, |
378 |
{ data_type => "varchar", is_nullable => 1, size => 80 }, |
379 |
"materials", |
379 |
"materials", |
380 |
{ data_type => "mediumtext", is_nullable => 1 }, |
380 |
{ data_type => "mediumtext", is_nullable => 1 }, |
381 |
"uri", |
381 |
"uri", |
Lines 407-414
__PACKAGE__->add_columns(
Link Here
|
407 |
__PACKAGE__->set_primary_key("itemnumber"); |
407 |
__PACKAGE__->set_primary_key("itemnumber"); |
408 |
|
408 |
|
409 |
|
409 |
|
410 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-18 16:41:11 |
410 |
# Created by DBIx::Class::Schema::Loader v0.07045 @ 2018-09-04 11:03:15 |
411 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:xb11fPjp5PyXU7yfFWHycw |
411 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Ltw9PT9b04/wtWSyMdC3pw |
412 |
|
412 |
|
413 |
|
413 |
|
414 |
# 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 |