Lines 36-41
__PACKAGE__->table("volumes");
Link Here
|
36 |
is_foreign_key: 1 |
36 |
is_foreign_key: 1 |
37 |
is_nullable: 0 |
37 |
is_nullable: 0 |
38 |
|
38 |
|
|
|
39 |
=head2 display_order |
40 |
|
41 |
data_type: 'integer' |
42 |
default_value: 0 |
43 |
is_nullable: 0 |
44 |
|
39 |
=head2 description |
45 |
=head2 description |
40 |
|
46 |
|
41 |
data_type: 'mediumtext' |
47 |
data_type: 'mediumtext' |
Lines 45-52
__PACKAGE__->table("volumes");
Link Here
|
45 |
|
51 |
|
46 |
data_type: 'timestamp' |
52 |
data_type: 'timestamp' |
47 |
datetime_undef_if_invalid: 1 |
53 |
datetime_undef_if_invalid: 1 |
48 |
default_value: '0000-00-00 00:00:00' |
54 |
is_nullable: 1 |
49 |
is_nullable: 0 |
|
|
50 |
|
55 |
|
51 |
=head2 updated_on |
56 |
=head2 updated_on |
52 |
|
57 |
|
Lines 67-80
__PACKAGE__->add_columns(
Link Here
|
67 |
is_foreign_key => 1, |
72 |
is_foreign_key => 1, |
68 |
is_nullable => 0, |
73 |
is_nullable => 0, |
69 |
}, |
74 |
}, |
|
|
75 |
"display_order", |
76 |
{ data_type => "integer", default_value => 0, is_nullable => 0 }, |
70 |
"description", |
77 |
"description", |
71 |
{ data_type => "mediumtext", is_nullable => 1 }, |
78 |
{ data_type => "mediumtext", is_nullable => 1 }, |
72 |
"created_on", |
79 |
"created_on", |
73 |
{ |
80 |
{ |
74 |
data_type => "timestamp", |
81 |
data_type => "timestamp", |
75 |
datetime_undef_if_invalid => 1, |
82 |
datetime_undef_if_invalid => 1, |
76 |
default_value => "0000-00-00 00:00:00", |
83 |
is_nullable => 1, |
77 |
is_nullable => 0, |
|
|
78 |
}, |
84 |
}, |
79 |
"updated_on", |
85 |
"updated_on", |
80 |
{ |
86 |
{ |
Lines 130-137
__PACKAGE__->has_many(
Link Here
|
130 |
); |
136 |
); |
131 |
|
137 |
|
132 |
|
138 |
|
133 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-02-04 15:22:18 |
139 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-03-24 19:00:04 |
134 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:cXvLM2TgY18pxE2ZJBMouw |
140 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9GITIIWcoQQZqxR09g7NRA |
135 |
|
141 |
|
136 |
sub koha_objects_class { |
142 |
sub koha_objects_class { |
137 |
'Koha::Biblio::Volumes'; |
143 |
'Koha::Biblio::Volumes'; |