Lines 140-145
__PACKAGE__->table("marc_subfield_structure");
Link Here
|
140 |
default_value: 9999 |
140 |
default_value: 9999 |
141 |
is_nullable: 0 |
141 |
is_nullable: 0 |
142 |
|
142 |
|
|
|
143 |
=head2 display_order |
144 |
|
145 |
data_type: 'integer' |
146 |
default_value: 0 |
147 |
is_nullable: 0 |
148 |
|
143 |
=cut |
149 |
=cut |
144 |
|
150 |
|
145 |
__PACKAGE__->add_columns( |
151 |
__PACKAGE__->add_columns( |
Lines 181-186
__PACKAGE__->add_columns(
Link Here
|
181 |
{ data_type => "mediumtext", is_nullable => 1 }, |
187 |
{ data_type => "mediumtext", is_nullable => 1 }, |
182 |
"maxlength", |
188 |
"maxlength", |
183 |
{ data_type => "integer", default_value => 9999, is_nullable => 0 }, |
189 |
{ data_type => "integer", default_value => 9999, is_nullable => 0 }, |
|
|
190 |
"display_order", |
191 |
{ data_type => "integer", default_value => 0, is_nullable => 0 }, |
184 |
); |
192 |
); |
185 |
|
193 |
|
186 |
=head1 PRIMARY KEY |
194 |
=head1 PRIMARY KEY |
Lines 222-229
__PACKAGE__->belongs_to(
Link Here
|
222 |
); |
230 |
); |
223 |
|
231 |
|
224 |
|
232 |
|
225 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-02-11 14:36:42 |
233 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2020-12-10 09:06:23 |
226 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:lCe1ZenRM/9rXnRHXhDuSw |
234 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KVbDXEVf96eDkbPYpcmQVA |
227 |
|
235 |
|
228 |
|
236 |
|
229 |
# You can replace this text with custom content, and it will be preserved on regeneration |
237 |
# You can replace this text with custom content, and it will be preserved on regeneration |
230 |
- |
|
|