Lines 85-90
the order place of the field in facet list if faceted
Link Here
|
85 |
|
85 |
|
86 |
if marked this field is not editable or removable |
86 |
if marked this field is not editable or removable |
87 |
|
87 |
|
|
|
88 |
=head2 authorised_value_category |
89 |
|
90 |
data_type: 'varchar' |
91 |
is_nullable: 1 |
92 |
size: 32 |
93 |
|
94 |
link to authorised value category |
95 |
|
88 |
=cut |
96 |
=cut |
89 |
|
97 |
|
90 |
__PACKAGE__->add_columns( |
98 |
__PACKAGE__->add_columns( |
Lines 124-129
__PACKAGE__->add_columns(
Link Here
|
124 |
{ data_type => "tinyint", default_value => 1, is_nullable => 0 }, |
132 |
{ data_type => "tinyint", default_value => 1, is_nullable => 0 }, |
125 |
"mandatory", |
133 |
"mandatory", |
126 |
{ data_type => "tinyint", is_nullable => 1 }, |
134 |
{ data_type => "tinyint", is_nullable => 1 }, |
|
|
135 |
"authorised_value_category", |
136 |
{ data_type => "varchar", is_nullable => 1, size => 32 }, |
127 |
); |
137 |
); |
128 |
|
138 |
|
129 |
=head1 PRIMARY KEY |
139 |
=head1 PRIMARY KEY |
Lines 170-177
__PACKAGE__->has_many(
Link Here
|
170 |
); |
180 |
); |
171 |
|
181 |
|
172 |
|
182 |
|
173 |
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-04-30 09:10:16 |
183 |
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-05-07 09:45:57 |
174 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:NE6QXq/8skTxjjoK15fYrg |
184 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:/WPJEu04y32zDMr+vnK5og |
175 |
|
185 |
|
176 |
__PACKAGE__->add_columns( |
186 |
__PACKAGE__->add_columns( |
177 |
'+mandatory' => { is_boolean => 1 }, |
187 |
'+mandatory' => { is_boolean => 1 }, |
178 |
- |
|
|