|
Lines 153-158
__PACKAGE__->table("issuingrules");
Link Here
|
| 153 |
default_value: 0 |
153 |
default_value: 0 |
| 154 |
is_nullable: 1 |
154 |
is_nullable: 1 |
| 155 |
|
155 |
|
|
|
156 |
=head2 no_auto_renewal_after |
| 157 |
|
| 158 |
data_type: 'integer' |
| 159 |
is_nullable: 1 |
| 160 |
|
| 156 |
=head2 reservesallowed |
161 |
=head2 reservesallowed |
| 157 |
|
162 |
|
| 158 |
data_type: 'smallint' |
163 |
data_type: 'smallint' |
|
Lines 251-256
__PACKAGE__->add_columns(
Link Here
|
| 251 |
{ data_type => "integer", is_nullable => 1 }, |
256 |
{ data_type => "integer", is_nullable => 1 }, |
| 252 |
"auto_renew", |
257 |
"auto_renew", |
| 253 |
{ data_type => "tinyint", default_value => 0, is_nullable => 1 }, |
258 |
{ data_type => "tinyint", default_value => 0, is_nullable => 1 }, |
|
|
259 |
"no_auto_renewal_after", |
| 260 |
{ data_type => "integer", is_nullable => 1 }, |
| 254 |
"reservesallowed", |
261 |
"reservesallowed", |
| 255 |
{ data_type => "smallint", default_value => 0, is_nullable => 0 }, |
262 |
{ data_type => "smallint", default_value => 0, is_nullable => 0 }, |
| 256 |
"holds_per_record", |
263 |
"holds_per_record", |
|
Lines 284-291
__PACKAGE__->add_columns(
Link Here
|
| 284 |
__PACKAGE__->set_primary_key("branchcode", "categorycode", "itemtype"); |
291 |
__PACKAGE__->set_primary_key("branchcode", "categorycode", "itemtype"); |
| 285 |
|
292 |
|
| 286 |
|
293 |
|
| 287 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-09-06 09:35:36 |
294 |
# Created by DBIx::Class::Schema::Loader v0.07045 @ 2016-09-12 16:33:29 |
| 288 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:HkvNR2YHTkqN2PnQk5XGAA |
295 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:RIVz3NaV1nthPZfOKXQgcA |
| 289 |
|
296 |
|
| 290 |
|
297 |
|
| 291 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
298 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
| 292 |
- |
|
|