Lines 84-89
mode of operation (get or set) for marcfield
Link Here
|
84 |
|
84 |
|
85 |
is the field searchable? |
85 |
is the field searchable? |
86 |
|
86 |
|
|
|
87 |
=head2 repeatable |
88 |
|
89 |
data_type: 'tinyint' |
90 |
default_value: 0 |
91 |
is_nullable: 0 |
92 |
|
93 |
is the field repeatable? |
94 |
|
87 |
=cut |
95 |
=cut |
88 |
|
96 |
|
89 |
__PACKAGE__->add_columns( |
97 |
__PACKAGE__->add_columns( |
Lines 106-111
__PACKAGE__->add_columns(
Link Here
|
106 |
}, |
114 |
}, |
107 |
"searchable", |
115 |
"searchable", |
108 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
116 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
|
|
117 |
"repeatable", |
118 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
109 |
); |
119 |
); |
110 |
|
120 |
|
111 |
=head1 PRIMARY KEY |
121 |
=head1 PRIMARY KEY |
Lines 154-161
__PACKAGE__->has_many(
Link Here
|
154 |
); |
164 |
); |
155 |
|
165 |
|
156 |
|
166 |
|
157 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-05-15 17:35:48 |
167 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-10-12 13:43:00 |
158 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:q1mpEq5S0nZAOVXHqz+hEQ |
168 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:3HuOXYOGUUoNtVAgAWqu8Q |
159 |
|
169 |
|
160 |
|
170 |
|
161 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
171 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |