|
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 123-128
__PACKAGE__->add_columns(
Link Here
|
| 123 |
{ data_type => "tinyint", default_value => 1, is_nullable => 0 }, |
131 |
{ data_type => "tinyint", default_value => 1, is_nullable => 0 }, |
| 124 |
"mandatory", |
132 |
"mandatory", |
| 125 |
{ data_type => "tinyint", is_nullable => 1 }, |
133 |
{ data_type => "tinyint", is_nullable => 1 }, |
|
|
134 |
"authorised_value_category", |
| 135 |
{ data_type => "varchar", is_nullable => 1, size => 32 }, |
| 126 |
); |
136 |
); |
| 127 |
|
137 |
|
| 128 |
=head1 PRIMARY KEY |
138 |
=head1 PRIMARY KEY |
|
Lines 169-176
__PACKAGE__->has_many(
Link Here
|
| 169 |
); |
179 |
); |
| 170 |
|
180 |
|
| 171 |
|
181 |
|
| 172 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-07-18 15:10:43 |
182 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2024-03-21 14:46:42 |
| 173 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Uk5JsfPJo0XVvGfMfJg3cg |
183 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:/QKQuED5bWvSqfYSRYDuYA |
| 174 |
|
184 |
|
| 175 |
__PACKAGE__->add_columns( |
185 |
__PACKAGE__->add_columns( |
| 176 |
'+mandatory' => { is_boolean => 1 }, |
186 |
'+mandatory' => { is_boolean => 1 }, |
| 177 |
- |
|
|