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 |
|
161 |
=head2 no_auto_renewal_after_hard_limit |
162 |
|
163 |
data_type: 'date' |
164 |
datetime_undef_if_invalid: 1 |
165 |
is_nullable: 1 |
166 |
|
156 |
=head2 reservesallowed |
167 |
=head2 reservesallowed |
157 |
|
168 |
|
158 |
data_type: 'smallint' |
169 |
data_type: 'smallint' |
Lines 258-263
__PACKAGE__->add_columns(
Link Here
|
258 |
{ data_type => "integer", is_nullable => 1 }, |
269 |
{ data_type => "integer", is_nullable => 1 }, |
259 |
"auto_renew", |
270 |
"auto_renew", |
260 |
{ data_type => "tinyint", default_value => 0, is_nullable => 1 }, |
271 |
{ data_type => "tinyint", default_value => 0, is_nullable => 1 }, |
|
|
272 |
"no_auto_renewal_after", |
273 |
{ data_type => "integer", is_nullable => 1 }, |
274 |
"no_auto_renewal_after_hard_limit", |
275 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
261 |
"reservesallowed", |
276 |
"reservesallowed", |
262 |
{ data_type => "smallint", default_value => 0, is_nullable => 0 }, |
277 |
{ data_type => "smallint", default_value => 0, is_nullable => 0 }, |
263 |
"holds_per_record", |
278 |
"holds_per_record", |
Lines 298-305
__PACKAGE__->add_columns(
Link Here
|
298 |
__PACKAGE__->set_primary_key("branchcode", "categorycode", "itemtype"); |
313 |
__PACKAGE__->set_primary_key("branchcode", "categorycode", "itemtype"); |
299 |
|
314 |
|
300 |
|
315 |
|
301 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-10-24 13:56:21 |
316 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-10-30 18:41:47 |
302 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:eUHth1uaatT2fzY2bihv3g |
317 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:hhWg+HJ8brj2n9vR8cfRrw |
303 |
|
318 |
|
304 |
|
319 |
|
305 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
320 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
306 |
- |
|
|