|
Lines 141-152
__PACKAGE__->table("suggestions");
Link Here
|
| 141 |
is_nullable: 1 |
141 |
is_nullable: 1 |
| 142 |
size: 30 |
142 |
size: 30 |
| 143 |
|
143 |
|
| 144 |
=head2 mailoverseeing |
|
|
| 145 |
|
| 146 |
data_type: 'smallint' |
| 147 |
default_value: 0 |
| 148 |
is_nullable: 1 |
| 149 |
|
| 150 |
=head2 biblionumber |
144 |
=head2 biblionumber |
| 151 |
|
145 |
|
| 152 |
data_type: 'integer' |
146 |
data_type: 'integer' |
|
Lines 262-269
__PACKAGE__->add_columns(
Link Here
|
| 262 |
{ data_type => "varchar", is_nullable => 1, size => 255 }, |
256 |
{ data_type => "varchar", is_nullable => 1, size => 255 }, |
| 263 |
"isbn", |
257 |
"isbn", |
| 264 |
{ data_type => "varchar", is_nullable => 1, size => 30 }, |
258 |
{ data_type => "varchar", is_nullable => 1, size => 30 }, |
| 265 |
"mailoverseeing", |
|
|
| 266 |
{ data_type => "smallint", default_value => 0, is_nullable => 1 }, |
| 267 |
"biblionumber", |
259 |
"biblionumber", |
| 268 |
{ data_type => "integer", is_nullable => 1 }, |
260 |
{ data_type => "integer", is_nullable => 1 }, |
| 269 |
"reason", |
261 |
"reason", |
|
Lines 323-330
__PACKAGE__->belongs_to(
Link Here
|
| 323 |
); |
315 |
); |
| 324 |
|
316 |
|
| 325 |
|
317 |
|
| 326 |
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-02-09 15:51:54 |
318 |
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-04-13 11:06:30 |
| 327 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:k7YUEiU7g+VxpMsEuOiizg |
319 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:zXNCczGjuuyoojx85UcQig |
| 328 |
|
320 |
|
| 329 |
|
321 |
|
| 330 |
# You can replace this text with custom content, and it will be preserved on regeneration |
322 |
# You can replace this text with custom content, and it will be preserved on regeneration |
| 331 |
- |
|
|