Lines 166-171
__PACKAGE__->has_many(
Link Here
|
166 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-11-03 17:19:32 |
166 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-11-03 17:19:32 |
167 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:fnWeynuQnePWYM90CJKZ5Q |
167 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:fnWeynuQnePWYM90CJKZ5Q |
168 |
|
168 |
|
|
|
169 |
__PACKAGE__->add_columns( |
170 |
'+repeatable' => { is_boolean => 1 }, |
171 |
); |
169 |
|
172 |
|
170 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
|
|
171 |
1; |
173 |
1; |
172 |
- |
|
|