Lines 172-177
__PACKAGE__->table("deleteditems");
Link Here
|
172 |
data_type: 'mediumtext' |
172 |
data_type: 'mediumtext' |
173 |
is_nullable: 1 |
173 |
is_nullable: 1 |
174 |
|
174 |
|
|
|
175 |
=head2 itemnotes_nonpublic |
176 |
|
177 |
data_type: 'mediumtext' |
178 |
is_nullable: 1 |
179 |
|
175 |
=head2 holdingbranch |
180 |
=head2 holdingbranch |
176 |
|
181 |
|
177 |
data_type: 'varchar' |
182 |
data_type: 'varchar' |
Lines 328-333
__PACKAGE__->add_columns(
Link Here
|
328 |
{ data_type => "tinyint", is_nullable => 1 }, |
333 |
{ data_type => "tinyint", is_nullable => 1 }, |
329 |
"itemnotes", |
334 |
"itemnotes", |
330 |
{ data_type => "mediumtext", is_nullable => 1 }, |
335 |
{ data_type => "mediumtext", is_nullable => 1 }, |
|
|
336 |
"itemnotes_nonpublic", |
337 |
{ data_type => "mediumtext", is_nullable => 1 }, |
331 |
"holdingbranch", |
338 |
"holdingbranch", |
332 |
{ data_type => "varchar", is_nullable => 1, size => 10 }, |
339 |
{ data_type => "varchar", is_nullable => 1, size => 10 }, |
333 |
"paidfor", |
340 |
"paidfor", |
Lines 380-387
__PACKAGE__->add_columns(
Link Here
|
380 |
__PACKAGE__->set_primary_key("itemnumber"); |
387 |
__PACKAGE__->set_primary_key("itemnumber"); |
381 |
|
388 |
|
382 |
|
389 |
|
383 |
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-10-24 09:58:16 |
390 |
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-04-23 12:42:12 |
384 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Ru5DyaIlWJcMNAgpZRjOLg |
391 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+aDMnEj1EvLQTQPAEl1ocg |
385 |
|
392 |
|
386 |
|
393 |
|
387 |
# You can replace this text with custom content, and it will be preserved on regeneration |
394 |
# You can replace this text with custom content, and it will be preserved on regeneration |