Lines 221-226
number of times this item has been checked out/issued
Link Here
|
221 |
|
221 |
|
222 |
number of times this item has been renewed |
222 |
number of times this item has been renewed |
223 |
|
223 |
|
|
|
224 |
=head2 localuse |
225 |
|
226 |
data_type: 'smallint' |
227 |
is_nullable: 1 |
228 |
|
229 |
number of times this item has been recorded for localuse |
230 |
|
224 |
=head2 reserves |
231 |
=head2 reserves |
225 |
|
232 |
|
226 |
data_type: 'smallint' |
233 |
data_type: 'smallint' |
Lines 468-473
__PACKAGE__->add_columns(
Link Here
|
468 |
"issues", |
475 |
"issues", |
469 |
{ data_type => "smallint", default_value => 0, is_nullable => 1 }, |
476 |
{ data_type => "smallint", default_value => 0, is_nullable => 1 }, |
470 |
"renewals", |
477 |
"renewals", |
|
|
478 |
{ data_type => "smallint", default_value => 0, is_nullable => 1 }, |
479 |
"localuse", |
471 |
{ data_type => "smallint", is_nullable => 1 }, |
480 |
{ data_type => "smallint", is_nullable => 1 }, |
472 |
"reserves", |
481 |
"reserves", |
473 |
{ data_type => "smallint", is_nullable => 1 }, |
482 |
{ data_type => "smallint", is_nullable => 1 }, |