Lines 210-216
__PACKAGE__->table("deletedbiblioitems");
Link Here
|
210 |
=head2 marcxml |
210 |
=head2 marcxml |
211 |
|
211 |
|
212 |
data_type: 'longtext' |
212 |
data_type: 'longtext' |
213 |
is_nullable: 0 |
213 |
is_nullable: 1 |
214 |
|
214 |
|
215 |
=cut |
215 |
=cut |
216 |
|
216 |
|
Lines 287-293
__PACKAGE__->add_columns(
Link Here
|
287 |
"totalissues", |
287 |
"totalissues", |
288 |
{ data_type => "integer", is_nullable => 1 }, |
288 |
{ data_type => "integer", is_nullable => 1 }, |
289 |
"marcxml", |
289 |
"marcxml", |
290 |
{ data_type => "longtext", is_nullable => 0 }, |
290 |
{ data_type => "longtext", is_nullable => 1 }, |
291 |
); |
291 |
); |
292 |
|
292 |
|
293 |
=head1 PRIMARY KEY |
293 |
=head1 PRIMARY KEY |
Lines 303-310
__PACKAGE__->add_columns(
Link Here
|
303 |
__PACKAGE__->set_primary_key("biblioitemnumber"); |
303 |
__PACKAGE__->set_primary_key("biblioitemnumber"); |
304 |
|
304 |
|
305 |
|
305 |
|
306 |
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-10-24 09:58:16 |
306 |
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-02-24 14:19:57 |
307 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ObIMBOrm2gbpPRMA0yRpLw |
307 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:RTMXhtMKvih1zhllHwwwYQ |
308 |
|
308 |
|
309 |
|
309 |
|
310 |
# You can replace this text with custom content, and it will be preserved on regeneration |
310 |
# You can replace this text with custom content, and it will be preserved on regeneration |
311 |
- |
|
|